Html Css Color HEX #FC2078 Deep Pink

📋 copy color: '#FC2078'

red 252 ◦ green 32 ◦ blue 120

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

Shades of Deep Pink #FC2078

Tints of Deep Pink #FC2078

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.92%

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

R = 62.38%
G = 7.92%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC2078 (or 0xFC2078) is known color: Deep Pink. HEX triplet: FC, 20 and 78. RGB value is (252,32,120). Sum of RGB (Red+Green+Blue) = 252+32+120=404 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.38% from 404); Green value is 32 (12.89% from 255 or 7.92% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2078 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2078 is #03DF87. Grayscale: #6B6B6B. Windows color (decimal): -253832 or 7872764. OLE color: 7872764.

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

Color convert

RGB 252 32 120 -
CMYK 0 0.87 0.52 0.01
HSL 336º 0.97% 0.56% -
HSV(B) 336º 0.87% 0.99% -
XYZ 44.05 23.08 19.9 -
YUV 107.81 134.89 230.84 -
System Red Green Blue C M Y K H S L
Decimal 252 32 120 0 0.87 0.52 0.01 336 0.97 0.56
Hex FC 20 78 0 57 34 1 150 61 38
Octal 374 40 170 0 127 64 1 520 141 70
Binary 11111100 100000 1111000 0 1010111 110100 1 101010000 1100001 111000

Color Harmonies of #FC2078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2078

Black with #FC2078

Text Example


Text Example

White with #FC2078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2078; }

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

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

background-color css

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

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

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

border-color css

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

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

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