Html Css Color HEX #FC199A Deep Pink

📋 copy color: '#FC199A'

red 252 ◦ green 25 ◦ blue 154

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

Shades of Deep Pink #FC199A

Tints of Deep Pink #FC199A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.73%

R = 58.47%
G = 5.8%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FC199A (or 0xFC199A) is known color: Deep Pink. HEX triplet: FC, 19 and 9A. RGB value is (252,25,154). Sum of RGB (Red+Green+Blue) = 252+25+154=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 25 (10.16% from 255 or 5.80% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FC199A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC199A is #03E665. Grayscale: #6B6B6B. Windows color (decimal): -255590 or 10099196. OLE color: 10099196.

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

Color convert

RGB 252 25 154 -
CMYK 0 0.90 0.39 0.01
HSL 325.9º 0.97% 0.54% -
HSV(B) 325.9º 0.9% 0.99% -
XYZ 46.33 23.72 32.71 -
YUV 107.58 154.21 231.01 -
System Red Green Blue C M Y K H S L
Decimal 252 25 154 0 0.90 0.39 0.01 325.9 0.97 0.54
Hex FC 19 9A 0 5A 27 1 146 61 36
Octal 374 31 232 0 132 47 1 506 141 66
Binary 11111100 11001 10011010 0 1011010 100111 1 101000110 1100001 110110

Color Harmonies of #FC199A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC199A

Black with #FC199A

Text Example


Text Example

White with #FC199A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC199A; }

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

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

background-color css

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

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

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

border-color css

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

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

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