Html Css Color HEX #FC0975 Deep Pink

📋 copy color: '#FC0975'

red 252 ◦ green 9 ◦ blue 117

#FC0975
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #FC0975

Tints of Deep Pink #FC0975

RGB

 RED value IS 252 (98.83% from 255) = 66.67%

 GREEN value IS 9 (3.91% from 255) = 2.38%

 BLUE value IS 117 (46.09% from 255) = 30.95%

R = 66.67%
G = 2.38%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FC0975 (or 0xFC0975) is known color: Deep Pink. HEX triplet: FC, 09 and 75. RGB value is (252,9,117). Sum of RGB (Red+Green+Blue) = 252+9+117=378 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.67% from 378); Green value is 9 (3.91% from 255 or 2.38% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0975 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0975 is #03F68A. Grayscale: #5D5D5D. Windows color (decimal): -259723 or 7670268. OLE color: 7670268.

HSL color Cylindrical-coordinate representation of color #FC0975: hue angle of 333.33º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC0975 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 9 117 -
CMYK 0 0.96 0.54 0.01
HSL 333.33º 0.98% 0.51% -
HSV(B) 333.33º 0.96% 0.99% -
XYZ 43.45 22.18 18.82 -
YUV 93.97 141.01 240.72 -
System Red Green Blue C M Y K H S L
Decimal 252 9 117 0 0.96 0.54 0.01 333.33 0.98 0.51
Hex FC 9 75 0 60 36 1 14D 62 33
Octal 374 11 165 0 140 66 1 515 142 63
Binary 11111100 1001 1110101 0 1100000 110110 1 101001101 1100010 110011

Color Harmonies of #FC0975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0975

Black with #FC0975

Text Example


Text Example

White with #FC0975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0975; }

 p { color: rgb(252,9,117); }

 H1.HeaderClassName
 {
   color: #FC0975;
 }
 .AnyTagClassName
 {
   color: #FC0975;
 }
</style>

background-color css

<style>
 a { background-color: #FC0975; }

 a { background-color: rgb(252,9,117); }

 div.DivClassName
 {
   background-color: #FC0975;
 }
 .BgClassName
 {
   background-color: #FC0975;
 }
</style>

border-color css

<style>
 span { border-color: #FC0975; }

 span { border-color: rgb(252,9,117); }

 td.TdClassName
 {
   border-color: #FC0975;
 }
 .TagClassName
 {
   border-color: #FC0975;
 }
</style>