Shades of Deep Pink #FB1498
Tints of Deep Pink #FB1498
RGB
CMYK
RGB Variations
Color information
#FB1498 (or 0xFB1498) is known color: Deep Pink. HEX triplet: FB, 14 and 98. RGB value is (251,20,152). Sum of RGB (Red+Green+Blue) = 251+20+152=423 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.34% from 423); Green value is 20 (8.20% from 255 or 4.73% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1498 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1498 is #04EB67. Grayscale: #676767. Windows color (decimal): -322408 or 9966843. OLE color: 9966843.
HSL color Cylindrical-coordinate representation of color #FB1498: hue angle of 325.71º 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 #FB1498 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 20 | 152 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.02 |
| HSL | 325.71º | 0.97% | 0.53% | - |
| HSV(B) | 325.71º | 0.92% | 0.98% | - |
| XYZ | 45.7 | 23.28 | 31.79 | - |
| YUV | 104.12 | 155.03 | 232.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 20 | 152 | 0 | 0.92 | 0.39 | 0.02 | 325.71 | 0.97 | 0.53 |
| Hex | FB | 14 | 98 | 0 | 5C | 27 | 2 | 146 | 61 | 35 |
| Octal | 373 | 24 | 230 | 0 | 134 | 47 | 2 | 506 | 141 | 65 |
| Binary | 11111011 | 10100 | 10011000 | 0 | 1011100 | 100111 | 10 | 101000110 | 1100001 | 110101 |
Color Harmonies of #FB1498
Complementary color
Monochromatic Colors of #FB1498
Black with #FB1498
Text Example
Text Example
White with #FB1498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1498; }
p { color: rgb(251,20,152); }
H1.HeaderClassName
{
color: #FB1498;
}
.AnyTagClassName
{
color: #FB1498;
}
</style>
background-color css
<style>
a { background-color: #FB1498; }
a { background-color: rgb(251,20,152); }
div.DivClassName
{
background-color: #FB1498;
}
.BgClassName
{
background-color: #FB1498;
}
</style>
border-color css
<style>
span { border-color: #FB1498; }
span { border-color: rgb(251,20,152); }
td.TdClassName
{
border-color: #FB1498;
}
.TagClassName
{
border-color: #FB1498;
}
</style>