Shades of Deep Pink #FB1975
Tints of Deep Pink #FB1975
RGB
CMYK
RGB Variations
Color information
#FB1975 (or 0xFB1975) is known color: Deep Pink. HEX triplet: FB, 19 and 75. RGB value is (251,25,117). Sum of RGB (Red+Green+Blue) = 251+25+117=393 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.87% from 393); Green value is 25 (10.16% from 255 or 6.36% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1975 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1975 is #04E68A. Grayscale: #666666. Windows color (decimal): -321163 or 7674363. OLE color: 7674363.
HSL color Cylindrical-coordinate representation of color #FB1975: hue angle of 335.58º 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 #FB1975 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 25 | 117 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.02 |
| HSL | 335.58º | 0.97% | 0.54% | - |
| HSV(B) | 335.58º | 0.9% | 0.98% | - |
| XYZ | 43.34 | 22.49 | 18.89 | - |
| YUV | 103.06 | 135.87 | 233.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 25 | 117 | 0 | 0.90 | 0.53 | 0.02 | 335.58 | 0.97 | 0.54 |
| Hex | FB | 19 | 75 | 0 | 5A | 35 | 2 | 150 | 61 | 36 |
| Octal | 373 | 31 | 165 | 0 | 132 | 65 | 2 | 520 | 141 | 66 |
| Binary | 11111011 | 11001 | 1110101 | 0 | 1011010 | 110101 | 10 | 101010000 | 1100001 | 110110 |
Color Harmonies of #FB1975
Complementary color
Monochromatic Colors of #FB1975
Black with #FB1975
Text Example
Text Example
White with #FB1975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1975; }
p { color: rgb(251,25,117); }
H1.HeaderClassName
{
color: #FB1975;
}
.AnyTagClassName
{
color: #FB1975;
}
</style>
background-color css
<style>
a { background-color: #FB1975; }
a { background-color: rgb(251,25,117); }
div.DivClassName
{
background-color: #FB1975;
}
.BgClassName
{
background-color: #FB1975;
}
</style>
border-color css
<style>
span { border-color: #FB1975; }
span { border-color: rgb(251,25,117); }
td.TdClassName
{
border-color: #FB1975;
}
.TagClassName
{
border-color: #FB1975;
}
</style>