Html Css Color HEX #FB119C Deep Pink

📋 copy color: '#FB119C'

red 251 ◦ green 17 ◦ blue 156

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

Shades of Deep Pink #FB119C

Tints of Deep Pink #FB119C

RGB

 RED value IS 251 (98.44% from 255) = 59.2%

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

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

R = 59.2%
G = 4.01%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FB119C (or 0xFB119C) is known color: Deep Pink. HEX triplet: FB, 11 and 9C. RGB value is (251,17,156). Sum of RGB (Red+Green+Blue) = 251+17+156=424 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.20% from 424); Green value is 17 (7.03% from 255 or 4.01% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 251 - color contains mainly: red. Hex color #FB119C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB119C is #04EE63. Grayscale: #666666. Windows color (decimal): -323172 or 10228219. OLE color: 10228219.

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

Color convert

RGB 251 17 156 -
CMYK 0 0.93 0.38 0.02
HSL 324.36º 0.97% 0.53% -
HSV(B) 324.36º 0.93% 0.98% -
XYZ 45.98 23.31 33.53 -
YUV 102.81 158.02 233.7 -
System Red Green Blue C M Y K H S L
Decimal 251 17 156 0 0.93 0.38 0.02 324.36 0.97 0.53
Hex FB 11 9C 0 5D 26 2 144 61 35
Octal 373 21 234 0 135 46 2 504 141 65
Binary 11111011 10001 10011100 0 1011101 100110 10 101000100 1100001 110101

Color Harmonies of #FB119C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB119C

Black with #FB119C

Text Example


Text Example

White with #FB119C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB119C; }

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

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

background-color css

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

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

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

border-color css

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

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

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