Shades of Deep Pink #FB0F94
Tints of Deep Pink #FB0F94
RGB
CMYK
RGB Variations
Color information
#FB0F94 (or 0xFB0F94) is known color: Deep Pink. HEX triplet: FB, 0F and 94. RGB value is (251,15,148). Sum of RGB (Red+Green+Blue) = 251+15+148=414 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.63% from 414); Green value is 15 (6.25% from 255 or 3.62% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0F94 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0F94 is #04F06B. Grayscale: #646464. Windows color (decimal): -323692 or 9703419. OLE color: 9703419.
HSL color Cylindrical-coordinate representation of color #FB0F94: hue angle of 326.19º 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 #FB0F94 is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 15 | 148 | - |
| CMYK | 0 | 0.94 | 0.41 | 0.02 |
| HSL | 326.19º | 0.97% | 0.52% | - |
| HSV(B) | 326.19º | 0.94% | 0.98% | - |
| XYZ | 45.3 | 22.99 | 30.07 | - |
| YUV | 100.73 | 154.69 | 235.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 15 | 148 | 0 | 0.94 | 0.41 | 0.02 | 326.19 | 0.97 | 0.52 |
| Hex | FB | F | 94 | 0 | 5E | 29 | 2 | 146 | 61 | 34 |
| Octal | 373 | 17 | 224 | 0 | 136 | 51 | 2 | 506 | 141 | 64 |
| Binary | 11111011 | 1111 | 10010100 | 0 | 1011110 | 101001 | 10 | 101000110 | 1100001 | 110100 |
Color Harmonies of #FB0F94
Complementary color
Monochromatic Colors of #FB0F94
Black with #FB0F94
Text Example
Text Example
White with #FB0F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0F94; }
p { color: rgb(251,15,148); }
H1.HeaderClassName
{
color: #FB0F94;
}
.AnyTagClassName
{
color: #FB0F94;
}
</style>
background-color css
<style>
a { background-color: #FB0F94; }
a { background-color: rgb(251,15,148); }
div.DivClassName
{
background-color: #FB0F94;
}
.BgClassName
{
background-color: #FB0F94;
}
</style>
border-color css
<style>
span { border-color: #FB0F94; }
span { border-color: rgb(251,15,148); }
td.TdClassName
{
border-color: #FB0F94;
}
.TagClassName
{
border-color: #FB0F94;
}
</style>