Shades of Deep Pink #FB0F90
Tints of Deep Pink #FB0F90
RGB
CMYK
RGB Variations
Color information
#FB0F90 (or 0xFB0F90) is known color: Deep Pink. HEX triplet: FB, 0F and 90. RGB value is (251,15,144). Sum of RGB (Red+Green+Blue) = 251+15+144=410 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.22% from 410); Green value is 15 (6.25% from 255 or 3.66% from 410); Blue value is 144 (56.64% from 255 or 35.12% from 410); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0F90 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0F90 is #04F06F. Grayscale: #636363. Windows color (decimal): -323696 or 9441275. OLE color: 9441275.
HSL color Cylindrical-coordinate representation of color #FB0F90: hue angle of 327.2º 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 #FB0F90 is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 15 | 144 | - |
| CMYK | 0 | 0.94 | 0.43 | 0.02 |
| HSL | 327.2º | 0.97% | 0.52% | - |
| HSV(B) | 327.2º | 0.94% | 0.98% | - |
| XYZ | 44.99 | 22.86 | 28.43 | - |
| YUV | 100.27 | 152.69 | 235.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 15 | 144 | 0 | 0.94 | 0.43 | 0.02 | 327.2 | 0.97 | 0.52 |
| Hex | FB | F | 90 | 0 | 5E | 2B | 2 | 147 | 61 | 34 |
| Octal | 373 | 17 | 220 | 0 | 136 | 53 | 2 | 507 | 141 | 64 |
| Binary | 11111011 | 1111 | 10010000 | 0 | 1011110 | 101011 | 10 | 101000111 | 1100001 | 110100 |
Color Harmonies of #FB0F90
Complementary color
Monochromatic Colors of #FB0F90
Black with #FB0F90
Text Example
Text Example
White with #FB0F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0F90; }
p { color: rgb(251,15,144); }
H1.HeaderClassName
{
color: #FB0F90;
}
.AnyTagClassName
{
color: #FB0F90;
}
</style>
background-color css
<style>
a { background-color: #FB0F90; }
a { background-color: rgb(251,15,144); }
div.DivClassName
{
background-color: #FB0F90;
}
.BgClassName
{
background-color: #FB0F90;
}
</style>
border-color css
<style>
span { border-color: #FB0F90; }
span { border-color: rgb(251,15,144); }
td.TdClassName
{
border-color: #FB0F90;
}
.TagClassName
{
border-color: #FB0F90;
}
</style>