Html Css Color HEX #FC2091 Deep Pink

📋 copy color: '#FC2091'

red 252 ◦ green 32 ◦ blue 145

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

Shades of Deep Pink #FC2091

Tints of Deep Pink #FC2091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 33.8%

R = 58.74%
G = 7.46%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC2091 (or 0xFC2091) is known color: Deep Pink. HEX triplet: FC, 20 and 91. RGB value is (252,32,145). Sum of RGB (Red+Green+Blue) = 252+32+145=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 32 (12.89% from 255 or 7.46% from 429); Blue value is 145 (57.03% from 255 or 33.80% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2091 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2091 is #03DF6E. Grayscale: #6E6E6E. Windows color (decimal): -253807 or 9511164. OLE color: 9511164.

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

Color convert

RGB 252 32 145 -
CMYK 0 0.87 0.42 0.01
HSL 329.18º 0.97% 0.56% -
HSV(B) 329.18º 0.87% 0.99% -
XYZ 45.77 23.77 28.96 -
YUV 110.66 147.39 228.81 -
System Red Green Blue C M Y K H S L
Decimal 252 32 145 0 0.87 0.42 0.01 329.18 0.97 0.56
Hex FC 20 91 0 57 2A 1 149 61 38
Octal 374 40 221 0 127 52 1 511 141 70
Binary 11111100 100000 10010001 0 1010111 101010 1 101001001 1100001 111000

Color Harmonies of #FC2091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2091

Black with #FC2091

Text Example


Text Example

White with #FC2091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2091; }

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

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

background-color css

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

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

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

border-color css

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

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

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