Shades of Deep Pink #FB1D78
Tints of Deep Pink #FB1D78
RGB
CMYK
RGB Variations
Color information
#FB1D78 (or 0xFB1D78) is known color: Deep Pink. HEX triplet: FB, 1D and 78. RGB value is (251,29,120). Sum of RGB (Red+Green+Blue) = 251+29+120=400 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.75% from 400); Green value is 29 (11.72% from 255 or 7.25% from 400); Blue value is 120 (47.27% from 255 or 30% from 400); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1D78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1D78 is #04E287. Grayscale: #696969. Windows color (decimal): -320136 or 7871995. OLE color: 7871995.
HSL color Cylindrical-coordinate representation of color #FB1D78: hue angle of 335.41º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB1D78 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 29 | 120 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.02 |
| HSL | 335.41º | 0.97% | 0.55% | - |
| HSV(B) | 335.41º | 0.88% | 0.98% | - |
| XYZ | 43.61 | 22.74 | 19.86 | - |
| YUV | 105.75 | 136.05 | 231.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 29 | 120 | 0 | 0.88 | 0.52 | 0.02 | 335.41 | 0.97 | 0.55 |
| Hex | FB | 1D | 78 | 0 | 58 | 34 | 2 | 14F | 61 | 37 |
| Octal | 373 | 35 | 170 | 0 | 130 | 64 | 2 | 517 | 141 | 67 |
| Binary | 11111011 | 11101 | 1111000 | 0 | 1011000 | 110100 | 10 | 101001111 | 1100001 | 110111 |
Color Harmonies of #FB1D78
Complementary color
Monochromatic Colors of #FB1D78
Black with #FB1D78
Text Example
Text Example
White with #FB1D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1D78; }
p { color: rgb(251,29,120); }
H1.HeaderClassName
{
color: #FB1D78;
}
.AnyTagClassName
{
color: #FB1D78;
}
</style>
background-color css
<style>
a { background-color: #FB1D78; }
a { background-color: rgb(251,29,120); }
div.DivClassName
{
background-color: #FB1D78;
}
.BgClassName
{
background-color: #FB1D78;
}
</style>
border-color css
<style>
span { border-color: #FB1D78; }
span { border-color: rgb(251,29,120); }
td.TdClassName
{
border-color: #FB1D78;
}
.TagClassName
{
border-color: #FB1D78;
}
</style>