Shades of Deep Pink #FB0D83
Tints of Deep Pink #FB0D83
RGB
CMYK
RGB Variations
Color information
#FB0D83 (or 0xFB0D83) is known color: Deep Pink. HEX triplet: FB, 0D and 83. RGB value is (251,13,131). Sum of RGB (Red+Green+Blue) = 251+13+131=395 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.54% from 395); Green value is 13 (5.47% from 255 or 3.29% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0D83 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0D83 is #04F27C. Grayscale: #616161. Windows color (decimal): -324221 or 8588795. OLE color: 8588795.
HSL color Cylindrical-coordinate representation of color #FB0D83: hue angle of 330.25º 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 #FB0D83 is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 13 | 131 | - |
| CMYK | 0 | 0.95 | 0.48 | 0.02 |
| HSL | 330.25º | 0.97% | 0.52% | - |
| HSV(B) | 330.25º | 0.95% | 0.98% | - |
| XYZ | 44.02 | 22.44 | 23.48 | - |
| YUV | 97.61 | 146.85 | 237.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 13 | 131 | 0 | 0.95 | 0.48 | 0.02 | 330.25 | 0.97 | 0.52 |
| Hex | FB | D | 83 | 0 | 5F | 30 | 2 | 14A | 61 | 34 |
| Octal | 373 | 15 | 203 | 0 | 137 | 60 | 2 | 512 | 141 | 64 |
| Binary | 11111011 | 1101 | 10000011 | 0 | 1011111 | 110000 | 10 | 101001010 | 1100001 | 110100 |
Color Harmonies of #FB0D83
Complementary color
Monochromatic Colors of #FB0D83
Black with #FB0D83
Text Example
Text Example
White with #FB0D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0D83; }
p { color: rgb(251,13,131); }
H1.HeaderClassName
{
color: #FB0D83;
}
.AnyTagClassName
{
color: #FB0D83;
}
</style>
background-color css
<style>
a { background-color: #FB0D83; }
a { background-color: rgb(251,13,131); }
div.DivClassName
{
background-color: #FB0D83;
}
.BgClassName
{
background-color: #FB0D83;
}
</style>
border-color css
<style>
span { border-color: #FB0D83; }
span { border-color: rgb(251,13,131); }
td.TdClassName
{
border-color: #FB0D83;
}
.TagClassName
{
border-color: #FB0D83;
}
</style>