Html Css Color HEX #FC2097 Deep Pink

📋 copy color: '#FC2097'

red 252 ◦ green 32 ◦ blue 151

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

Shades of Deep Pink #FC2097

Tints of Deep Pink #FC2097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 34.71%

R = 57.93%
G = 7.36%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FC2097 (or 0xFC2097) is known color: Deep Pink. HEX triplet: FC, 20 and 97. RGB value is (252,32,151). Sum of RGB (Red+Green+Blue) = 252+32+151=435 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.93% from 435); Green value is 32 (12.89% from 255 or 7.36% from 435); Blue value is 151 (59.38% from 255 or 34.71% from 435); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2097 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2097 is #03DF68. Grayscale: #6F6F6F. Windows color (decimal): -253801 or 9904380. OLE color: 9904380.

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

Color convert

RGB 252 32 151 -
CMYK 0 0.87 0.40 0.01
HSL 327.55º 0.97% 0.56% -
HSV(B) 327.55º 0.87% 0.99% -
XYZ 46.25 23.96 31.47 -
YUV 111.35 150.39 228.32 -
System Red Green Blue C M Y K H S L
Decimal 252 32 151 0 0.87 0.40 0.01 327.55 0.97 0.56
Hex FC 20 97 0 57 28 1 148 61 38
Octal 374 40 227 0 127 50 1 510 141 70
Binary 11111100 100000 10010111 0 1010111 101000 1 101001000 1100001 111000

Color Harmonies of #FC2097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2097

Black with #FC2097

Text Example


Text Example

White with #FC2097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2097; }

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

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

background-color css

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

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

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

border-color css

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

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

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