Shades of Deep Pink #FB1878
Tints of Deep Pink #FB1878
RGB
CMYK
RGB Variations
Color information
#FB1878 (or 0xFB1878) is known color: Deep Pink. HEX triplet: FB, 18 and 78. RGB value is (251,24,120). Sum of RGB (Red+Green+Blue) = 251+24+120=395 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.54% from 395); Green value is 24 (9.77% from 255 or 6.08% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1878 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1878 is #04E787. Grayscale: #666666. Windows color (decimal): -321416 or 7870715. OLE color: 7870715.
HSL color Cylindrical-coordinate representation of color #FB1878: hue angle of 334.63º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB1878 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 24 | 120 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.02 |
| HSL | 334.63º | 0.97% | 0.54% | - |
| HSV(B) | 334.63º | 0.9% | 0.98% | - |
| XYZ | 43.5 | 22.52 | 19.82 | - |
| YUV | 102.82 | 137.71 | 233.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 24 | 120 | 0 | 0.90 | 0.52 | 0.02 | 334.63 | 0.97 | 0.54 |
| Hex | FB | 18 | 78 | 0 | 5A | 34 | 2 | 14F | 61 | 36 |
| Octal | 373 | 30 | 170 | 0 | 132 | 64 | 2 | 517 | 141 | 66 |
| Binary | 11111011 | 11000 | 1111000 | 0 | 1011010 | 110100 | 10 | 101001111 | 1100001 | 110110 |
Color Harmonies of #FB1878
Complementary color
Monochromatic Colors of #FB1878
Black with #FB1878
Text Example
Text Example
White with #FB1878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1878; }
p { color: rgb(251,24,120); }
H1.HeaderClassName
{
color: #FB1878;
}
.AnyTagClassName
{
color: #FB1878;
}
</style>
background-color css
<style>
a { background-color: #FB1878; }
a { background-color: rgb(251,24,120); }
div.DivClassName
{
background-color: #FB1878;
}
.BgClassName
{
background-color: #FB1878;
}
</style>
border-color css
<style>
span { border-color: #FB1878; }
span { border-color: rgb(251,24,120); }
td.TdClassName
{
border-color: #FB1878;
}
.TagClassName
{
border-color: #FB1878;
}
</style>