Shades of Deep Pink #FB1098
Tints of Deep Pink #FB1098
RGB
CMYK
RGB Variations
Color information
#FB1098 (or 0xFB1098) is known color: Deep Pink. HEX triplet: FB, 10 and 98. RGB value is (251,16,152). Sum of RGB (Red+Green+Blue) = 251+16+152=419 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.90% from 419); Green value is 16 (6.64% from 255 or 3.82% from 419); Blue value is 152 (59.77% from 255 or 36.28% from 419); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1098 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1098 is #04EF67. Grayscale: #656565. Windows color (decimal): -323432 or 9965819. OLE color: 9965819.
HSL color Cylindrical-coordinate representation of color #FB1098: hue angle of 325.28º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB1098 is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 16 | 152 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.02 |
| HSL | 325.28º | 0.97% | 0.52% | - |
| HSV(B) | 325.28º | 0.94% | 0.98% | - |
| XYZ | 45.64 | 23.15 | 31.77 | - |
| YUV | 101.77 | 156.36 | 234.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 16 | 152 | 0 | 0.94 | 0.39 | 0.02 | 325.28 | 0.97 | 0.52 |
| Hex | FB | 10 | 98 | 0 | 5E | 27 | 2 | 145 | 61 | 34 |
| Octal | 373 | 20 | 230 | 0 | 136 | 47 | 2 | 505 | 141 | 64 |
| Binary | 11111011 | 10000 | 10011000 | 0 | 1011110 | 100111 | 10 | 101000101 | 1100001 | 110100 |
Color Harmonies of #FB1098
Complementary color
Monochromatic Colors of #FB1098
Black with #FB1098
Text Example
Text Example
White with #FB1098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1098; }
p { color: rgb(251,16,152); }
H1.HeaderClassName
{
color: #FB1098;
}
.AnyTagClassName
{
color: #FB1098;
}
</style>
background-color css
<style>
a { background-color: #FB1098; }
a { background-color: rgb(251,16,152); }
div.DivClassName
{
background-color: #FB1098;
}
.BgClassName
{
background-color: #FB1098;
}
</style>
border-color css
<style>
span { border-color: #FB1098; }
span { border-color: rgb(251,16,152); }
td.TdClassName
{
border-color: #FB1098;
}
.TagClassName
{
border-color: #FB1098;
}
</style>