Html Css Color HEX #FC0997 Deep Pink

📋 copy color: '#FC0997'

red 252 ◦ green 9 ◦ blue 151

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

Shades of Deep Pink #FC0997

Tints of Deep Pink #FC0997

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.18%

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

R = 61.17%
G = 2.18%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FC0997 (or 0xFC0997) is known color: Deep Pink. HEX triplet: FC, 09 and 97. RGB value is (252,9,151). Sum of RGB (Red+Green+Blue) = 252+9+151=412 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.17% from 412); Green value is 9 (3.91% from 255 or 2.18% from 412); Blue value is 151 (59.38% from 255 or 36.65% from 412); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0997 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0997 is #03F668. Grayscale: #616161. Windows color (decimal): -259689 or 9898492. OLE color: 9898492.

HSL color Cylindrical-coordinate representation of color #FC0997: hue angle of 324.94º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC0997 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 9 151 -
CMYK 0 0.96 0.40 0.01
HSL 324.94º 0.98% 0.51% -
HSV(B) 324.94º 0.96% 0.99% -
XYZ 45.83 23.13 31.33 -
YUV 97.85 158.01 237.95 -
System Red Green Blue C M Y K H S L
Decimal 252 9 151 0 0.96 0.40 0.01 324.94 0.98 0.51
Hex FC 9 97 0 60 28 1 145 62 33
Octal 374 11 227 0 140 50 1 505 142 63
Binary 11111100 1001 10010111 0 1100000 101000 1 101000101 1100010 110011

Color Harmonies of #FC0997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0997

Black with #FC0997

Text Example


Text Example

White with #FC0997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0997; }

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

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

background-color css

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

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

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

border-color css

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

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

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