Shades of Deep Pink #FB0FA0
Tints of Deep Pink #FB0FA0
RGB
CMYK
RGB Variations
Color information
#FB0FA0 (or 0xFB0FA0) is known color: Deep Pink. HEX triplet: FB, 0F and A0. RGB value is (251,15,160). Sum of RGB (Red+Green+Blue) = 251+15+160=426 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.92% from 426); Green value is 15 (6.25% from 255 or 3.52% from 426); Blue value is 160 (62.89% from 255 or 37.56% from 426); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0FA0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0FA0 is #04F05F. Grayscale: #656565. Windows color (decimal): -323680 or 10489851. OLE color: 10489851.
HSL color Cylindrical-coordinate representation of color #FB0FA0: hue angle of 323.14º 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 #FB0FA0 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 15 | 160 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.02 |
| HSL | 323.14º | 0.97% | 0.52% | - |
| HSV(B) | 323.14º | 0.94% | 0.98% | - |
| XYZ | 46.3 | 23.39 | 35.33 | - |
| YUV | 102.09 | 160.69 | 234.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 15 | 160 | 0 | 0.94 | 0.36 | 0.02 | 323.14 | 0.97 | 0.52 |
| Hex | FB | F | A0 | 0 | 5E | 24 | 2 | 143 | 61 | 34 |
| Octal | 373 | 17 | 240 | 0 | 136 | 44 | 2 | 503 | 141 | 64 |
| Binary | 11111011 | 1111 | 10100000 | 0 | 1011110 | 100100 | 10 | 101000011 | 1100001 | 110100 |
Color Harmonies of #FB0FA0
Complementary color
Monochromatic Colors of #FB0FA0
Black with #FB0FA0
Text Example
Text Example
White with #FB0FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0FA0; }
p { color: rgb(251,15,160); }
H1.HeaderClassName
{
color: #FB0FA0;
}
.AnyTagClassName
{
color: #FB0FA0;
}
</style>
background-color css
<style>
a { background-color: #FB0FA0; }
a { background-color: rgb(251,15,160); }
div.DivClassName
{
background-color: #FB0FA0;
}
.BgClassName
{
background-color: #FB0FA0;
}
</style>
border-color css
<style>
span { border-color: #FB0FA0; }
span { border-color: rgb(251,15,160); }
td.TdClassName
{
border-color: #FB0FA0;
}
.TagClassName
{
border-color: #FB0FA0;
}
</style>