Shades of Deep Pink #FB0F8D
Tints of Deep Pink #FB0F8D
RGB
CMYK
RGB Variations
Color information
#FB0F8D (or 0xFB0F8D) is known color: Deep Pink. HEX triplet: FB, 0F and 8D. RGB value is (251,15,141). Sum of RGB (Red+Green+Blue) = 251+15+141=407 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.67% from 407); Green value is 15 (6.25% from 255 or 3.69% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0F8D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0F8D is #04F072. Grayscale: #636363. Windows color (decimal): -323699 or 9244667. OLE color: 9244667.
HSL color Cylindrical-coordinate representation of color #FB0F8D: hue angle of 327.97º 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 #FB0F8D is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 15 | 141 | - |
| CMYK | 0 | 0.94 | 0.44 | 0.02 |
| HSL | 327.97º | 0.97% | 0.52% | - |
| HSV(B) | 327.97º | 0.94% | 0.98% | - |
| XYZ | 44.76 | 22.77 | 27.24 | - |
| YUV | 99.93 | 151.19 | 235.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 15 | 141 | 0 | 0.94 | 0.44 | 0.02 | 327.97 | 0.97 | 0.52 |
| Hex | FB | F | 8D | 0 | 5E | 2C | 2 | 148 | 61 | 34 |
| Octal | 373 | 17 | 215 | 0 | 136 | 54 | 2 | 510 | 141 | 64 |
| Binary | 11111011 | 1111 | 10001101 | 0 | 1011110 | 101100 | 10 | 101001000 | 1100001 | 110100 |
Color Harmonies of #FB0F8D
Complementary color
Monochromatic Colors of #FB0F8D
Black with #FB0F8D
Text Example
Text Example
White with #FB0F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0F8D; }
p { color: rgb(251,15,141); }
H1.HeaderClassName
{
color: #FB0F8D;
}
.AnyTagClassName
{
color: #FB0F8D;
}
</style>
background-color css
<style>
a { background-color: #FB0F8D; }
a { background-color: rgb(251,15,141); }
div.DivClassName
{
background-color: #FB0F8D;
}
.BgClassName
{
background-color: #FB0F8D;
}
</style>
border-color css
<style>
span { border-color: #FB0F8D; }
span { border-color: rgb(251,15,141); }
td.TdClassName
{
border-color: #FB0F8D;
}
.TagClassName
{
border-color: #FB0F8D;
}
</style>