Html Css Color HEX #FC1478 Deep Pink

📋 copy color: '#FC1478'

red 252 ◦ green 20 ◦ blue 120

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

Shades of Deep Pink #FC1478

Tints of Deep Pink #FC1478

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.1%

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

R = 64.29%
G = 5.1%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC1478 (or 0xFC1478) is known color: Deep Pink. HEX triplet: FC, 14 and 78. RGB value is (252,20,120). Sum of RGB (Red+Green+Blue) = 252+20+120=392 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.29% from 392); Green value is 20 (8.20% from 255 or 5.10% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1478 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1478 is #03EB87. Grayscale: #646464. Windows color (decimal): -256904 or 7869692. OLE color: 7869692.

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

Color convert

RGB 252 20 120 -
CMYK 0 0.92 0.52 0.01
HSL 334.14º 0.97% 0.53% -
HSV(B) 334.14º 0.92% 0.99% -
XYZ 43.79 22.55 19.81 -
YUV 100.77 138.86 235.87 -
System Red Green Blue C M Y K H S L
Decimal 252 20 120 0 0.92 0.52 0.01 334.14 0.97 0.53
Hex FC 14 78 0 5C 34 1 14E 61 35
Octal 374 24 170 0 134 64 1 516 141 65
Binary 11111100 10100 1111000 0 1011100 110100 1 101001110 1100001 110101

Color Harmonies of #FC1478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1478

Black with #FC1478

Text Example


Text Example

White with #FC1478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1478; }

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

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

background-color css

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

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

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

border-color css

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

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

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