Color Hex Logo

#f260ca Color Hex

#F260CA
(242,96,202)
0 Favorites   0 Comments

Color spaces of #f260ca

RGB 24296202
HSL0.880.850.66
HSV316°60°95°
CMYK 0.000.600.17   0.05
XYZ51.461531.507359.2463
Yxy31.50730.36190.2215
Hunter Lab56.131465.4198-23.2883
CIE-Lab62.933667.2914-27.1867

#f260ca color RGB value is (242,96,202).

#f260ca hex color red value is 242, green value is 96 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f260ca hue: 0.88 , saturation: 0.85 and the lightness value of f260ca is 0.66.

The process color (four color CMYK) of #f260ca color hex is 0.00, 0.60, 0.17, 0.05. Web safe color of #f260ca is #ff66cc. Color #f260ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01100000 11001010
Octal 362 140 312
Decimal 242 96 202
Hex F2 60 CA

RGB Percentages of Color #f260ca

%44.81
%17.78
%37.41

CMYK Percentages of Color #f260ca

%0
%60
%17
%5

Triadic Colors of #f260ca

#f260ca #caf260 #60caf2

Analogous Colors of #f260ca

#f260ca #f26081 #d160f2

Monochromatic Colors of #f260ca

#f260ca

Complementary Color

#f260ca #60f288

#f260ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f260ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f260ca Color CSS Codes

.mybgcolor {background-color:#f260ca; } 
.myforecolor {color:#f260ca; }
.mybordercolor {border:3px solid #f260ca; }

#f260ca Text Font Color

<p style="color:#f260ca">Text here</p>

This sample text font color is #f260ca
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f260ca Background Color

<div style="background-color:#f260ca">
Div content here</div>

This div background color is #f260ca


#f260ca Border Color

<div style="border:3px solid #f260ca">
Div here</div>

This div border color is #f260ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,96,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f260ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f260ca;
  -webkit-box-shadow: 1px 1px 3px 2px #f260ca;
  box-shadow:         1px 1px 3px 2px #f260ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,96,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f260ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f260ca;
  -webkit-box-shadow: 1px 1px 3px 2px #f260ca;
  box-shadow:         1px 1px 3px 2px #f260ca;">
Div content here</div>

This div box has shadow with color #f260ca


Comments

No comments written yet.

Please login to write comment.