Shades of Deep Pink #FB0D84
Tints of Deep Pink #FB0D84
RGB
CMYK
RGB Variations
Color information
#FB0D84 (or 0xFB0D84) is known color: Deep Pink. HEX triplet: FB, 0D and 84. RGB value is (251,13,132). Sum of RGB (Red+Green+Blue) = 251+13+132=396 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.38% from 396); Green value is 13 (5.47% from 255 or 3.28% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0D84 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0D84 is #04F27B. Grayscale: #616161. Windows color (decimal): -324220 or 8654331. OLE color: 8654331.
HSL color Cylindrical-coordinate representation of color #FB0D84: hue angle of 330º 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 #FB0D84 is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 13 | 132 | - |
| CMYK | 0 | 0.95 | 0.47 | 0.02 |
| HSL | 330º | 0.97% | 0.52% | - |
| HSV(B) | 330º | 0.95% | 0.98% | - |
| XYZ | 44.09 | 22.46 | 23.84 | - |
| YUV | 97.73 | 147.35 | 237.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 13 | 132 | 0 | 0.95 | 0.47 | 0.02 | 330 | 0.97 | 0.52 |
| Hex | FB | D | 84 | 0 | 5F | 2F | 2 | 14A | 61 | 34 |
| Octal | 373 | 15 | 204 | 0 | 137 | 57 | 2 | 512 | 141 | 64 |
| Binary | 11111011 | 1101 | 10000100 | 0 | 1011111 | 101111 | 10 | 101001010 | 1100001 | 110100 |
Color Harmonies of #FB0D84
Complementary color
Monochromatic Colors of #FB0D84
Black with #FB0D84
Text Example
Text Example
White with #FB0D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0D84; }
p { color: rgb(251,13,132); }
H1.HeaderClassName
{
color: #FB0D84;
}
.AnyTagClassName
{
color: #FB0D84;
}
</style>
background-color css
<style>
a { background-color: #FB0D84; }
a { background-color: rgb(251,13,132); }
div.DivClassName
{
background-color: #FB0D84;
}
.BgClassName
{
background-color: #FB0D84;
}
</style>
border-color css
<style>
span { border-color: #FB0D84; }
span { border-color: rgb(251,13,132); }
td.TdClassName
{
border-color: #FB0D84;
}
.TagClassName
{
border-color: #FB0D84;
}
</style>