Shades of Deep Pink #FB0078
Tints of Deep Pink #FB0078
RGB
CMYK
RGB Variations
Color information
#FB0078 (or 0xFB0078) is known color: Deep Pink. HEX triplet: FB, 00 and 78. RGB value is (251,0,120). Sum of RGB (Red+Green+Blue) = 251+0+120=371 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.65% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0078 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0078 is #04FF87. Grayscale: #585858. Windows color (decimal): -327560 or 7864571. OLE color: 7864571.
HSL color Cylindrical-coordinate representation of color #FB0078: hue angle of 331.31º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB0078 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 120 | - |
| CMYK | 0 | 1 | 0.52 | 0.02 |
| HSL | 331.31º | 1% | 0.49% | - |
| HSV(B) | 331.31º | 1% | 0.98% | - |
| XYZ | 43.17 | 21.87 | 19.71 | - |
| YUV | 88.73 | 145.66 | 243.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 120 | 0 | 1 | 0.52 | 0.02 | 331.31 | 1 | 0.49 |
| Hex | FB | 0 | 78 | 0 | 64 | 34 | 2 | 14B | 64 | 31 |
| Octal | 373 | 0 | 170 | 0 | 144 | 64 | 2 | 513 | 144 | 61 |
| Binary | 11111011 | 0 | 1111000 | 0 | 1100100 | 110100 | 10 | 101001011 | 1100100 | 110001 |
Color Harmonies of #FB0078
Complementary color
Monochromatic Colors of #FB0078
Black with #FB0078
Text Example
Text Example
White with #FB0078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0078; }
p { color: rgb(251,0,120); }
H1.HeaderClassName
{
color: #FB0078;
}
.AnyTagClassName
{
color: #FB0078;
}
</style>
background-color css
<style>
a { background-color: #FB0078; }
a { background-color: rgb(251,0,120); }
div.DivClassName
{
background-color: #FB0078;
}
.BgClassName
{
background-color: #FB0078;
}
</style>
border-color css
<style>
span { border-color: #FB0078; }
span { border-color: rgb(251,0,120); }
td.TdClassName
{
border-color: #FB0078;
}
.TagClassName
{
border-color: #FB0078;
}
</style>