Html Css Color HEX #FC199C Deep Pink

📋 copy color: '#FC199C'

red 252 ◦ green 25 ◦ blue 156

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

Shades of Deep Pink #FC199C

Tints of Deep Pink #FC199C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.03%

R = 58.2%
G = 5.77%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC199C (or 0xFC199C) is known color: Deep Pink. HEX triplet: FC, 19 and 9C. RGB value is (252,25,156). Sum of RGB (Red+Green+Blue) = 252+25+156=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 25 (10.16% from 255 or 5.77% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC199C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC199C is #03E663. Grayscale: #6B6B6B. Windows color (decimal): -255588 or 10230268. OLE color: 10230268.

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

Color convert

RGB 252 25 156 -
CMYK 0 0.90 0.38 0.01
HSL 325.37º 0.97% 0.54% -
HSV(B) 325.37º 0.9% 0.99% -
XYZ 46.49 23.79 33.59 -
YUV 107.81 155.21 230.85 -
System Red Green Blue C M Y K H S L
Decimal 252 25 156 0 0.90 0.38 0.01 325.37 0.97 0.54
Hex FC 19 9C 0 5A 26 1 145 61 36
Octal 374 31 234 0 132 46 1 505 141 66
Binary 11111100 11001 10011100 0 1011010 100110 1 101000101 1100001 110110

Color Harmonies of #FC199C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC199C

Black with #FC199C

Text Example


Text Example

White with #FC199C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC199C; }

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

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

background-color css

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

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

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

border-color css

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

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

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