Html Css Color HEX #FC1A79 Deep Pink

📋 copy color: '#FC1A79'

red 252 ◦ green 26 ◦ blue 121

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

Shades of Deep Pink #FC1A79

Tints of Deep Pink #FC1A79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 30.33%

R = 63.16%
G = 6.52%
B = 30.33%

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

#FC1A79 (or 0xFC1A79) is known color: Deep Pink. HEX triplet: FC, 1A and 79. RGB value is (252,26,121). Sum of RGB (Red+Green+Blue) = 252+26+121=399 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.16% from 399); Green value is 26 (10.55% from 255 or 6.52% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1A79 is #03E586. Grayscale: #686868. Windows color (decimal): -255367 or 7936764. OLE color: 7936764.

HSL color Cylindrical-coordinate representation of color #FC1A79: hue angle of 334.78º 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 #FC1A79 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 26 121 -
CMYK 0 0.90 0.52 0.01
HSL 334.78º 0.97% 0.55% -
HSV(B) 334.78º 0.9% 0.99% -
XYZ 43.97 22.81 20.18 -
YUV 104.4 137.37 233.28 -
System Red Green Blue C M Y K H S L
Decimal 252 26 121 0 0.90 0.52 0.01 334.78 0.97 0.55
Hex FC 1A 79 0 5A 34 1 14F 61 37
Octal 374 32 171 0 132 64 1 517 141 67
Binary 11111100 11010 1111001 0 1011010 110100 1 101001111 1100001 110111

Color Harmonies of #FC1A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1A79

Black with #FC1A79

Text Example


Text Example

White with #FC1A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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