Html Css Color HEX #FC0979 Deep Pink

📋 copy color: '#FC0979'

red 252 ◦ green 9 ◦ blue 121

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

Shades of Deep Pink #FC0979

Tints of Deep Pink #FC0979

RGB

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

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

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

R = 65.97%
G = 2.36%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC0979 (or 0xFC0979) is known color: Deep Pink. HEX triplet: FC, 09 and 79. RGB value is (252,9,121). Sum of RGB (Red+Green+Blue) = 252+9+121=382 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.97% from 382); Green value is 9 (3.91% from 255 or 2.36% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0979 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0979 is #03F686. Grayscale: #5E5E5E. Windows color (decimal): -259719 or 7932412. OLE color: 7932412.

HSL color Cylindrical-coordinate representation of color #FC0979: hue angle of 332.35º 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 #FC0979 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 9 121 -
CMYK 0 0.96 0.52 0.01
HSL 332.35º 0.98% 0.51% -
HSV(B) 332.35º 0.96% 0.99% -
XYZ 43.69 22.27 20.09 -
YUV 94.43 143.01 240.39 -
System Red Green Blue C M Y K H S L
Decimal 252 9 121 0 0.96 0.52 0.01 332.35 0.98 0.51
Hex FC 9 79 0 60 34 1 14C 62 33
Octal 374 11 171 0 140 64 1 514 142 63
Binary 11111100 1001 1111001 0 1100000 110100 1 101001100 1100010 110011

Color Harmonies of #FC0979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0979

Black with #FC0979

Text Example


Text Example

White with #FC0979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0979; }

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

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

background-color css

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

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

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

border-color css

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

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

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