Html Css Color HEX #FC2478 Deep Pink

📋 copy color: '#FC2478'

red 252 ◦ green 36 ◦ blue 120

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

Shades of Deep Pink #FC2478

Tints of Deep Pink #FC2478

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.82%

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

R = 61.76%
G = 8.82%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC2478 (or 0xFC2478) is known color: Deep Pink. HEX triplet: FC, 24 and 78. RGB value is (252,36,120). Sum of RGB (Red+Green+Blue) = 252+36+120=408 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.76% from 408); Green value is 36 (14.45% from 255 or 8.82% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2478 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2478 is #03DB87. Grayscale: #6E6E6E. Windows color (decimal): -252808 or 7873788. OLE color: 7873788.

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

Color convert

RGB 252 36 120 -
CMYK 0 0.86 0.52 0.01
HSL 336.67º 0.97% 0.56% -
HSV(B) 336.67º 0.86% 0.99% -
XYZ 44.17 23.31 19.94 -
YUV 110.16 133.56 229.17 -
System Red Green Blue C M Y K H S L
Decimal 252 36 120 0 0.86 0.52 0.01 336.67 0.97 0.56
Hex FC 24 78 0 56 34 1 151 61 38
Octal 374 44 170 0 126 64 1 521 141 70
Binary 11111100 100100 1111000 0 1010110 110100 1 101010001 1100001 111000

Color Harmonies of #FC2478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2478

Black with #FC2478

Text Example


Text Example

White with #FC2478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2478; }

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

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

background-color css

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

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

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

border-color css

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

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

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