Shades of Deep Pink #FB0A8F
Tints of Deep Pink #FB0A8F
RGB
CMYK
RGB Variations
Color information
#FB0A8F (or 0xFB0A8F) is known color: Deep Pink. HEX triplet: FB, 0A and 8F. RGB value is (251,10,143). Sum of RGB (Red+Green+Blue) = 251+10+143=404 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.13% from 404); Green value is 10 (4.30% from 255 or 2.48% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0A8F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0A8F is #04F570. Grayscale: #606060. Windows color (decimal): -324977 or 9374459. OLE color: 9374459.
HSL color Cylindrical-coordinate representation of color #FB0A8F: hue angle of 326.89º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB0A8F is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 10 | 143 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.02 |
| HSL | 326.89º | 0.97% | 0.51% | - |
| HSV(B) | 326.89º | 0.96% | 0.98% | - |
| XYZ | 44.85 | 22.71 | 28.01 | - |
| YUV | 97.22 | 153.84 | 237.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 10 | 143 | 0 | 0.96 | 0.43 | 0.02 | 326.89 | 0.97 | 0.51 |
| Hex | FB | A | 8F | 0 | 60 | 2B | 2 | 147 | 61 | 33 |
| Octal | 373 | 12 | 217 | 0 | 140 | 53 | 2 | 507 | 141 | 63 |
| Binary | 11111011 | 1010 | 10001111 | 0 | 1100000 | 101011 | 10 | 101000111 | 1100001 | 110011 |
Color Harmonies of #FB0A8F
Complementary color
Monochromatic Colors of #FB0A8F
Black with #FB0A8F
Text Example
Text Example
White with #FB0A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0A8F; }
p { color: rgb(251,10,143); }
H1.HeaderClassName
{
color: #FB0A8F;
}
.AnyTagClassName
{
color: #FB0A8F;
}
</style>
background-color css
<style>
a { background-color: #FB0A8F; }
a { background-color: rgb(251,10,143); }
div.DivClassName
{
background-color: #FB0A8F;
}
.BgClassName
{
background-color: #FB0A8F;
}
</style>
border-color css
<style>
span { border-color: #FB0A8F; }
span { border-color: rgb(251,10,143); }
td.TdClassName
{
border-color: #FB0A8F;
}
.TagClassName
{
border-color: #FB0A8F;
}
</style>