Html Css Color HEX #FC199F Deep Pink

📋 copy color: '#FC199F'

red 252 ◦ green 25 ◦ blue 159

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

Shades of Deep Pink #FC199F

Tints of Deep Pink #FC199F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.73%

 BLUE value IS 159 (62.5% from 255) = 36.47%

R = 57.8%
G = 5.73%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC199F (or 0xFC199F) is known color: Deep Pink. HEX triplet: FC, 19 and 9F. RGB value is (252,25,159). Sum of RGB (Red+Green+Blue) = 252+25+159=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 25 (10.16% from 255 or 5.73% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FC199F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC199F is #03E660. Grayscale: #6B6B6B. Windows color (decimal): -255585 or 10426876. OLE color: 10426876.

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

Color convert

RGB 252 25 159 -
CMYK 0 0.90 0.37 0.01
HSL 324.58º 0.97% 0.54% -
HSV(B) 324.58º 0.9% 0.99% -
XYZ 46.75 23.89 34.95 -
YUV 108.15 156.71 230.6 -
System Red Green Blue C M Y K H S L
Decimal 252 25 159 0 0.90 0.37 0.01 324.58 0.97 0.54
Hex FC 19 9F 0 5A 25 1 145 61 36
Octal 374 31 237 0 132 45 1 505 141 66
Binary 11111100 11001 10011111 0 1011010 100101 1 101000101 1100001 110110

Color Harmonies of #FC199F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC199F

Black with #FC199F

Text Example


Text Example

White with #FC199F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC199F; }

 p { color: rgb(252,25,159); }

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

background-color css

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

 a { background-color: rgb(252,25,159); }

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

border-color css

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

 span { border-color: rgb(252,25,159); }

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