Html Css Color HEX #FC0479 Deep Pink

📋 copy color: '#FC0479'

red 252 ◦ green 4 ◦ blue 121

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

Shades of Deep Pink #FC0479

Tints of Deep Pink #FC0479

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.06%

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

R = 66.84%
G = 1.06%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC0479 (or 0xFC0479) is known color: Deep Pink. HEX triplet: FC, 04 and 79. RGB value is (252,4,121). Sum of RGB (Red+Green+Blue) = 252+4+121=377 (49% of max value = 765). Red value is 252 (98.83% from 255 or 66.84% from 377); Green value is 4 (1.95% from 255 or 1.06% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0479 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0479 is #03FB86. Grayscale: #5B5B5B. Windows color (decimal): -260999 or 7931132. OLE color: 7931132.

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

Color convert

RGB 252 4 121 -
CMYK 0 0.98 0.52 0.01
HSL 331.69º 0.98% 0.5% -
HSV(B) 331.69º 0.98% 0.99% -
XYZ 43.64 22.16 20.07 -
YUV 91.49 144.66 242.49 -
System Red Green Blue C M Y K H S L
Decimal 252 4 121 0 0.98 0.52 0.01 331.69 0.98 0.5
Hex FC 4 79 0 62 34 1 14C 62 32
Octal 374 4 171 0 142 64 1 514 142 62
Binary 11111100 100 1111001 0 1100010 110100 1 101001100 1100010 110010

Color Harmonies of #FC0479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0479

Black with #FC0479

Text Example


Text Example

White with #FC0479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0479; }

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

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

background-color css

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

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

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

border-color css

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

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

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