Html Css Color HEX #FC119B Deep Pink

📋 copy color: '#FC119B'

red 252 ◦ green 17 ◦ blue 155

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

Shades of Deep Pink #FC119B

Tints of Deep Pink #FC119B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.56%

R = 59.43%
G = 4.01%
B = 36.56%

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

#FC119B (or 0xFC119B) is known color: Deep Pink. HEX triplet: FC, 11 and 9B. RGB value is (252,17,155). Sum of RGB (Red+Green+Blue) = 252+17+155=424 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.43% from 424); Green value is 17 (7.03% from 255 or 4.01% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 252 - color contains mainly: red. Hex color #FC119B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC119B is #03EE64. Grayscale: #666666. Windows color (decimal): -257637 or 10162684. OLE color: 10162684.

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

Color convert

RGB 252 17 155 -
CMYK 0 0.93 0.38 0.01
HSL 324.77º 0.98% 0.53% -
HSV(B) 324.77º 0.93% 0.99% -
XYZ 46.26 23.46 33.1 -
YUV 103 157.36 234.28 -
System Red Green Blue C M Y K H S L
Decimal 252 17 155 0 0.93 0.38 0.01 324.77 0.98 0.53
Hex FC 11 9B 0 5D 26 1 145 62 35
Octal 374 21 233 0 135 46 1 505 142 65
Binary 11111100 10001 10011011 0 1011101 100110 1 101000101 1100010 110101

Color Harmonies of #FC119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC119B

Black with #FC119B

Text Example


Text Example

White with #FC119B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC119B; }

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

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

background-color css

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

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

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

border-color css

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

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

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