Shades of Deep Pink #FB0C99
Tints of Deep Pink #FB0C99
RGB
CMYK
RGB Variations
Color information
#FB0C99 (or 0xFB0C99) is known color: Deep Pink. HEX triplet: FB, 0C and 99. RGB value is (251,12,153). Sum of RGB (Red+Green+Blue) = 251+12+153=416 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.34% from 416); Green value is 12 (5.08% from 255 or 2.88% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0C99 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0C99 is #04F366. Grayscale: #636363. Windows color (decimal): -324455 or 10030331. OLE color: 10030331.
HSL color Cylindrical-coordinate representation of color #FB0C99: hue angle of 324.6º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB0C99 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 12 | 153 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.02 |
| HSL | 324.6º | 0.97% | 0.52% | - |
| HSV(B) | 324.6º | 0.95% | 0.98% | - |
| XYZ | 45.66 | 23.07 | 32.18 | - |
| YUV | 99.54 | 158.18 | 236.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 12 | 153 | 0 | 0.95 | 0.39 | 0.02 | 324.6 | 0.97 | 0.52 |
| Hex | FB | C | 99 | 0 | 5F | 27 | 2 | 145 | 61 | 34 |
| Octal | 373 | 14 | 231 | 0 | 137 | 47 | 2 | 505 | 141 | 64 |
| Binary | 11111011 | 1100 | 10011001 | 0 | 1011111 | 100111 | 10 | 101000101 | 1100001 | 110100 |
Color Harmonies of #FB0C99
Complementary color
Monochromatic Colors of #FB0C99
Black with #FB0C99
Text Example
Text Example
White with #FB0C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0C99; }
p { color: rgb(251,12,153); }
H1.HeaderClassName
{
color: #FB0C99;
}
.AnyTagClassName
{
color: #FB0C99;
}
</style>
background-color css
<style>
a { background-color: #FB0C99; }
a { background-color: rgb(251,12,153); }
div.DivClassName
{
background-color: #FB0C99;
}
.BgClassName
{
background-color: #FB0C99;
}
</style>
border-color css
<style>
span { border-color: #FB0C99; }
span { border-color: rgb(251,12,153); }
td.TdClassName
{
border-color: #FB0C99;
}
.TagClassName
{
border-color: #FB0C99;
}
</style>