Html Css Color HEX #FC0C79 Deep Pink

📋 copy color: '#FC0C79'

red 252 ◦ green 12 ◦ blue 121

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

Shades of Deep Pink #FC0C79

Tints of Deep Pink #FC0C79

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.12%

 BLUE value IS 121 (47.66% from 255) = 31.43%

R = 65.45%
G = 3.12%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC0C79 (or 0xFC0C79) is known color: Deep Pink. HEX triplet: FC, 0C and 79. RGB value is (252,12,121). Sum of RGB (Red+Green+Blue) = 252+12+121=385 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.45% from 385); Green value is 12 (5.08% from 255 or 3.12% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0C79 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0C79 is #03F386. Grayscale: #5F5F5F. Windows color (decimal): -258951 or 7933180. OLE color: 7933180.

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

Color convert

RGB 252 12 121 -
CMYK 0 0.95 0.52 0.01
HSL 332.75º 0.98% 0.52% -
HSV(B) 332.75º 0.95% 0.99% -
XYZ 43.73 22.34 20.1 -
YUV 96.19 142.01 239.14 -
System Red Green Blue C M Y K H S L
Decimal 252 12 121 0 0.95 0.52 0.01 332.75 0.98 0.52
Hex FC C 79 0 5F 34 1 14D 62 34
Octal 374 14 171 0 137 64 1 515 142 64
Binary 11111100 1100 1111001 0 1011111 110100 1 101001101 1100010 110100

Color Harmonies of #FC0C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0C79

Black with #FC0C79

Text Example


Text Example

White with #FC0C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0C79; }

 p { color: rgb(252,12,121); }

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

background-color css

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

 a { background-color: rgb(252,12,121); }

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

border-color css

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

 span { border-color: rgb(252,12,121); }

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