Html Css Color HEX #FC2076 Deep Pink

📋 copy color: '#FC2076'

red 252 ◦ green 32 ◦ blue 118

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

Shades of Deep Pink #FC2076

Tints of Deep Pink #FC2076

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.96%

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

R = 62.69%
G = 7.96%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FC2076 (or 0xFC2076) is known color: Deep Pink. HEX triplet: FC, 20 and 76. RGB value is (252,32,118). Sum of RGB (Red+Green+Blue) = 252+32+118=402 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.69% from 402); Green value is 32 (12.89% from 255 or 7.96% from 402); Blue value is 118 (46.48% from 255 or 29.35% from 402); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2076 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2076 is #03DF89. Grayscale: #6B6B6B. Windows color (decimal): -253834 or 7741692. OLE color: 7741692.

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

Color convert

RGB 252 32 118 -
CMYK 0 0.87 0.53 0.01
HSL 336.55º 0.97% 0.56% -
HSV(B) 336.55º 0.87% 0.99% -
XYZ 43.93 23.04 19.27 -
YUV 107.58 133.89 231.01 -
System Red Green Blue C M Y K H S L
Decimal 252 32 118 0 0.87 0.53 0.01 336.55 0.97 0.56
Hex FC 20 76 0 57 35 1 151 61 38
Octal 374 40 166 0 127 65 1 521 141 70
Binary 11111100 100000 1110110 0 1010111 110101 1 101010001 1100001 111000

Color Harmonies of #FC2076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2076

Black with #FC2076

Text Example


Text Example

White with #FC2076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2076; }

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

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

background-color css

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

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

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

border-color css

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

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

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