Color Hex Logo

#f975ca Color Hex

#F975CA
(249,117,202)
0 Favorites   0 Comments

Color spaces of #f975ca

RGB 249117202
HSL0.890.920.72
HSV321°53°98°
CMYK 0.000.530.19   0.02
XYZ56.088937.126660.0871
Yxy37.12660.36590.2422
Hunter Lab60.931657.6829-15.8161
CIE-Lab67.371960.0265-20.3031

#f975ca color RGB value is (249,117,202).

#f975ca hex color red value is 249, green value is 117 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f975ca hue: 0.89 , saturation: 0.92 and the lightness value of f975ca is 0.72.

The process color (four color CMYK) of #f975ca color hex is 0.00, 0.53, 0.19, 0.02. Web safe color of #f975ca is #ff66cc. Color #f975ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110101 11001010
Octal 371 165 312
Decimal 249 117 202
Hex F9 75 CA

RGB Percentages of Color #f975ca

%43.84
%20.60
%35.56

CMYK Percentages of Color #f975ca

%0
%53
%19
%2

Triadic Colors of #f975ca

#f975ca #caf975 #75caf9

Analogous Colors of #f975ca

#f975ca #f97588 #e675f9

Monochromatic Colors of #f975ca

#f975ca

Complementary Color

#f975ca #75f9a4

#f975ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f975ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f975ca Color CSS Codes

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

#f975ca Text Font Color

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

This sample text font color is #f975ca
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.


#f975ca Background Color

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

This div background color is #f975ca


#f975ca Border Color

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

This div border color is #f975ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,117,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 #f975ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f975ca

Related Colors


Comments

No comments written yet.

Please login to write comment.