Html Css Color HEX #FC1A78 Deep Pink

📋 copy color: '#FC1A78'

red 252 ◦ green 26 ◦ blue 120

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

Shades of Deep Pink #FC1A78

Tints of Deep Pink #FC1A78

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.53%

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

R = 63.32%
G = 6.53%
B = 30.15%

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

#FC1A78 (or 0xFC1A78) is known color: Deep Pink. HEX triplet: FC, 1A and 78. RGB value is (252,26,120). Sum of RGB (Red+Green+Blue) = 252+26+120=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 26 (10.55% from 255 or 6.53% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1A78 is #03E587. Grayscale: #686868. Windows color (decimal): -255368 or 7871228. OLE color: 7871228.

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

Color convert

RGB 252 26 120 -
CMYK 0 0.90 0.52 0.01
HSL 335.04º 0.97% 0.55% -
HSV(B) 335.04º 0.9% 0.99% -
XYZ 43.9 22.79 19.85 -
YUV 104.29 136.87 233.36 -
System Red Green Blue C M Y K H S L
Decimal 252 26 120 0 0.90 0.52 0.01 335.04 0.97 0.55
Hex FC 1A 78 0 5A 34 1 14F 61 37
Octal 374 32 170 0 132 64 1 517 141 67
Binary 11111100 11010 1111000 0 1011010 110100 1 101001111 1100001 110111

Color Harmonies of #FC1A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1A78

Black with #FC1A78

Text Example


Text Example

White with #FC1A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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