Html Css Color HEX #FC199E Deep Pink

📋 copy color: '#FC199E'

red 252 ◦ green 25 ◦ blue 158

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

Shades of Deep Pink #FC199E

Tints of Deep Pink #FC199E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.32%

R = 57.93%
G = 5.75%
B = 36.32%

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

#FC199E (or 0xFC199E) is known color: Deep Pink. HEX triplet: FC, 19 and 9E. RGB value is (252,25,158). Sum of RGB (Red+Green+Blue) = 252+25+158=435 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.93% from 435); Green value is 25 (10.16% from 255 or 5.75% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 252 - color contains mainly: red. Hex color #FC199E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC199E is #03E661. Grayscale: #6B6B6B. Windows color (decimal): -255586 or 10361340. OLE color: 10361340.

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

Color convert

RGB 252 25 158 -
CMYK 0 0.90 0.37 0.01
HSL 324.85º 0.97% 0.54% -
HSV(B) 324.85º 0.9% 0.99% -
XYZ 46.66 23.86 34.49 -
YUV 108.04 156.21 230.69 -
System Red Green Blue C M Y K H S L
Decimal 252 25 158 0 0.90 0.37 0.01 324.85 0.97 0.54
Hex FC 19 9E 0 5A 25 1 145 61 36
Octal 374 31 236 0 132 45 1 505 141 66
Binary 11111100 11001 10011110 0 1011010 100101 1 101000101 1100001 110110

Color Harmonies of #FC199E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC199E

Black with #FC199E

Text Example


Text Example

White with #FC199E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC199E; }

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

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

background-color css

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

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

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

border-color css

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

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

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