Shades of Deep Pink #FB1399
Tints of Deep Pink #FB1399
RGB
CMYK
RGB Variations
Color information
#FB1399 (or 0xFB1399) is known color: Deep Pink. HEX triplet: FB, 13 and 99. RGB value is (251,19,153). Sum of RGB (Red+Green+Blue) = 251+19+153=423 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.34% from 423); Green value is 19 (7.81% from 255 or 4.49% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1399 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1399 is #04EC66. Grayscale: #676767. Windows color (decimal): -322663 or 10032123. OLE color: 10032123.
HSL color Cylindrical-coordinate representation of color #FB1399: hue angle of 325.34º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB1399 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 19 | 153 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.02 |
| HSL | 325.34º | 0.97% | 0.53% | - |
| HSV(B) | 325.34º | 0.92% | 0.98% | - |
| XYZ | 45.77 | 23.27 | 32.22 | - |
| YUV | 103.64 | 155.86 | 233.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 19 | 153 | 0 | 0.92 | 0.39 | 0.02 | 325.34 | 0.97 | 0.53 |
| Hex | FB | 13 | 99 | 0 | 5C | 27 | 2 | 145 | 61 | 35 |
| Octal | 373 | 23 | 231 | 0 | 134 | 47 | 2 | 505 | 141 | 65 |
| Binary | 11111011 | 10011 | 10011001 | 0 | 1011100 | 100111 | 10 | 101000101 | 1100001 | 110101 |
Color Harmonies of #FB1399
Complementary color
Monochromatic Colors of #FB1399
Black with #FB1399
Text Example
Text Example
White with #FB1399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1399; }
p { color: rgb(251,19,153); }
H1.HeaderClassName
{
color: #FB1399;
}
.AnyTagClassName
{
color: #FB1399;
}
</style>
background-color css
<style>
a { background-color: #FB1399; }
a { background-color: rgb(251,19,153); }
div.DivClassName
{
background-color: #FB1399;
}
.BgClassName
{
background-color: #FB1399;
}
</style>
border-color css
<style>
span { border-color: #FB1399; }
span { border-color: rgb(251,19,153); }
td.TdClassName
{
border-color: #FB1399;
}
.TagClassName
{
border-color: #FB1399;
}
</style>