Html Css Color HEX #FC1576 Deep Pink

📋 copy color: '#FC1576'

red 252 ◦ green 21 ◦ blue 118

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

Shades of Deep Pink #FC1576

Tints of Deep Pink #FC1576

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.37%

 BLUE value IS 118 (46.48% from 255) = 30.18%

R = 64.45%
G = 5.37%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FC1576 (or 0xFC1576) is known color: Deep Pink. HEX triplet: FC, 15 and 76. RGB value is (252,21,118). Sum of RGB (Red+Green+Blue) = 252+21+118=391 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.45% from 391); Green value is 21 (8.59% from 255 or 5.37% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1576 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1576 is #03EA89. Grayscale: #646464. Windows color (decimal): -256650 or 7738876. OLE color: 7738876.

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

Color convert

RGB 252 21 118 -
CMYK 0 0.92 0.53 0.01
HSL 334.81º 0.97% 0.54% -
HSV(B) 334.81º 0.92% 0.99% -
XYZ 43.68 22.54 19.19 -
YUV 101.13 137.53 235.61 -
System Red Green Blue C M Y K H S L
Decimal 252 21 118 0 0.92 0.53 0.01 334.81 0.97 0.54
Hex FC 15 76 0 5C 35 1 14F 61 36
Octal 374 25 166 0 134 65 1 517 141 66
Binary 11111100 10101 1110110 0 1011100 110101 1 101001111 1100001 110110

Color Harmonies of #FC1576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1576

Black with #FC1576

Text Example


Text Example

White with #FC1576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1576; }

 p { color: rgb(252,21,118); }

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

background-color css

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

 a { background-color: rgb(252,21,118); }

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

border-color css

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

 span { border-color: rgb(252,21,118); }

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