Html Css Color HEX #FC119C Deep Pink

📋 copy color: '#FC119C'

red 252 ◦ green 17 ◦ blue 156

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

Shades of Deep Pink #FC119C

Tints of Deep Pink #FC119C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4%

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

R = 59.29%
G = 4%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC119C (or 0xFC119C) is known color: Deep Pink. HEX triplet: FC, 11 and 9C. RGB value is (252,17,156). Sum of RGB (Red+Green+Blue) = 252+17+156=425 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.29% from 425); Green value is 17 (7.03% from 255 or 4% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 252 - color contains mainly: red. Hex color #FC119C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC119C is #03EE63. Grayscale: #666666. Windows color (decimal): -257636 or 10228220. OLE color: 10228220.

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

Color convert

RGB 252 17 156 -
CMYK 0 0.93 0.38 0.01
HSL 324.51º 0.98% 0.53% -
HSV(B) 324.51º 0.93% 0.99% -
XYZ 46.35 23.5 33.55 -
YUV 103.11 157.86 234.2 -
System Red Green Blue C M Y K H S L
Decimal 252 17 156 0 0.93 0.38 0.01 324.51 0.98 0.53
Hex FC 11 9C 0 5D 26 1 145 62 35
Octal 374 21 234 0 135 46 1 505 142 65
Binary 11111100 10001 10011100 0 1011101 100110 1 101000101 1100010 110101

Color Harmonies of #FC119C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC119C

Black with #FC119C

Text Example


Text Example

White with #FC119C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC119C; }

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

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

background-color css

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

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

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

border-color css

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

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

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