Html Css Color HEX #FC0776 Deep Pink

📋 copy color: '#FC0776'

red 252 ◦ green 7 ◦ blue 118

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

Shades of Deep Pink #FC0776

Tints of Deep Pink #FC0776

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.86%

 BLUE value IS 118 (46.48% from 255) = 31.3%

R = 66.84%
G = 1.86%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FC0776 (or 0xFC0776) is known color: Deep Pink. HEX triplet: FC, 07 and 76. RGB value is (252,7,118). Sum of RGB (Red+Green+Blue) = 252+7+118=377 (49% of max value = 765). Red value is 252 (98.83% from 255 or 66.84% from 377); Green value is 7 (3.12% from 255 or 1.86% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0776 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0776 is #03F889. Grayscale: #5C5C5C. Windows color (decimal): -260234 or 7735292. OLE color: 7735292.

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

Color convert

RGB 252 7 118 -
CMYK 0 0.97 0.53 0.01
HSL 332.82º 0.98% 0.51% -
HSV(B) 332.82º 0.97% 0.99% -
XYZ 43.49 22.16 19.12 -
YUV 92.91 142.17 241.47 -
System Red Green Blue C M Y K H S L
Decimal 252 7 118 0 0.97 0.53 0.01 332.82 0.98 0.51
Hex FC 7 76 0 61 35 1 14D 62 33
Octal 374 7 166 0 141 65 1 515 142 63
Binary 11111100 111 1110110 0 1100001 110101 1 101001101 1100010 110011

Color Harmonies of #FC0776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0776

Black with #FC0776

Text Example


Text Example

White with #FC0776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0776; }

 p { color: rgb(252,7,118); }

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

background-color css

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

 a { background-color: rgb(252,7,118); }

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

border-color css

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

 span { border-color: rgb(252,7,118); }

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