Html Css Color HEX #FB119B Deep Pink

📋 copy color: '#FB119B'

red 251 ◦ green 17 ◦ blue 155

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

Shades of Deep Pink #FB119B

Tints of Deep Pink #FB119B

RGB

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

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

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

R = 59.34%
G = 4.02%
B = 36.64%

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

#FB119B (or 0xFB119B) is known color: Deep Pink. HEX triplet: FB, 11 and 9B. RGB value is (251,17,155). Sum of RGB (Red+Green+Blue) = 251+17+155=423 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.34% from 423); Green value is 17 (7.03% from 255 or 4.02% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 251 - color contains mainly: red. Hex color #FB119B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB119B is #04EE64. Grayscale: #666666. Windows color (decimal): -323173 or 10162683. OLE color: 10162683.

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

Color convert

RGB 251 17 155 -
CMYK 0 0.93 0.38 0.02
HSL 324.62º 0.97% 0.53% -
HSV(B) 324.62º 0.93% 0.98% -
XYZ 45.9 23.28 33.08 -
YUV 102.7 157.52 233.78 -
System Red Green Blue C M Y K H S L
Decimal 251 17 155 0 0.93 0.38 0.02 324.62 0.97 0.53
Hex FB 11 9B 0 5D 26 2 145 61 35
Octal 373 21 233 0 135 46 2 505 141 65
Binary 11111011 10001 10011011 0 1011101 100110 10 101000101 1100001 110101

Color Harmonies of #FB119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB119B

Black with #FB119B

Text Example


Text Example

White with #FB119B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB119B; }

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

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

background-color css

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

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

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

border-color css

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

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

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