Html Css Color HEX #FB1189 Deep Pink

📋 copy color: '#FB1189'

red 251 ◦ green 17 ◦ blue 137

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

Shades of Deep Pink #FB1189

Tints of Deep Pink #FB1189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 33.83%

R = 61.98%
G = 4.2%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB1189 (or 0xFB1189) is known color: Deep Pink. HEX triplet: FB, 11 and 89. RGB value is (251,17,137). Sum of RGB (Red+Green+Blue) = 251+17+137=405 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.98% from 405); Green value is 17 (7.03% from 255 or 4.20% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1189 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1189 is #04EE76. Grayscale: #646464. Windows color (decimal): -323191 or 8983035. OLE color: 8983035.

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

Color convert

RGB 251 17 137 -
CMYK 0 0.93 0.45 0.02
HSL 329.23º 0.97% 0.53% -
HSV(B) 329.23º 0.93% 0.98% -
XYZ 44.5 22.72 25.71 -
YUV 100.65 148.52 235.24 -
System Red Green Blue C M Y K H S L
Decimal 251 17 137 0 0.93 0.45 0.02 329.23 0.97 0.53
Hex FB 11 89 0 5D 2D 2 149 61 35
Octal 373 21 211 0 135 55 2 511 141 65
Binary 11111011 10001 10001001 0 1011101 101101 10 101001001 1100001 110101

Color Harmonies of #FB1189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1189

Black with #FB1189

Text Example


Text Example

White with #FB1189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1189; }

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

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

background-color css

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

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

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

border-color css

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

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

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