Html Css Color HEX #FC0778 Deep Pink

📋 copy color: '#FC0778'

red 252 ◦ green 7 ◦ blue 120

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

Shades of Deep Pink #FC0778

Tints of Deep Pink #FC0778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.66%

R = 66.49%
G = 1.85%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC0778 (or 0xFC0778) is known color: Deep Pink. HEX triplet: FC, 07 and 78. RGB value is (252,7,120). Sum of RGB (Red+Green+Blue) = 252+7+120=379 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.49% from 379); Green value is 7 (3.12% from 255 or 1.85% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0778 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0778 is #03F887. Grayscale: #5C5C5C. Windows color (decimal): -260232 or 7866364. OLE color: 7866364.

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

Color convert

RGB 252 7 120 -
CMYK 0 0.97 0.52 0.01
HSL 332.33º 0.98% 0.51% -
HSV(B) 332.33º 0.97% 0.99% -
XYZ 43.61 22.2 19.76 -
YUV 93.14 143.17 241.31 -
System Red Green Blue C M Y K H S L
Decimal 252 7 120 0 0.97 0.52 0.01 332.33 0.98 0.51
Hex FC 7 78 0 61 34 1 14C 62 33
Octal 374 7 170 0 141 64 1 514 142 63
Binary 11111100 111 1111000 0 1100001 110100 1 101001100 1100010 110011

Color Harmonies of #FC0778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0778

Black with #FC0778

Text Example


Text Example

White with #FC0778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0778; }

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

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

background-color css

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

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

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

border-color css

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

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

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