Html Css Color HEX #FC1978 Deep Pink

📋 copy color: '#FC1978'

red 252 ◦ green 25 ◦ blue 120

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

Shades of Deep Pink #FC1978

Tints of Deep Pink #FC1978

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.3%

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

R = 63.48%
G = 6.3%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC1978 (or 0xFC1978) is known color: Deep Pink. HEX triplet: FC, 19 and 78. RGB value is (252,25,120). Sum of RGB (Red+Green+Blue) = 252+25+120=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1978 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1978 is #03E687. Grayscale: #676767. Windows color (decimal): -255624 or 7870972. OLE color: 7870972.

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

Color convert

RGB 252 25 120 -
CMYK 0 0.90 0.52 0.01
HSL 334.89º 0.97% 0.54% -
HSV(B) 334.89º 0.9% 0.99% -
XYZ 43.88 22.75 19.85 -
YUV 103.7 137.21 233.78 -
System Red Green Blue C M Y K H S L
Decimal 252 25 120 0 0.90 0.52 0.01 334.89 0.97 0.54
Hex FC 19 78 0 5A 34 1 14F 61 36
Octal 374 31 170 0 132 64 1 517 141 66
Binary 11111100 11001 1111000 0 1011010 110100 1 101001111 1100001 110110

Color Harmonies of #FC1978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1978

Black with #FC1978

Text Example


Text Example

White with #FC1978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1978; }

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

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

background-color css

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

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

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

border-color css

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

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

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