Shades of Deep Pink #FB0575
Tints of Deep Pink #FB0575
RGB
CMYK
RGB Variations
Color information
#FB0575 (or 0xFB0575) is known color: Deep Pink. HEX triplet: FB, 05 and 75. RGB value is (251,5,117). Sum of RGB (Red+Green+Blue) = 251+5+117=373 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.29% from 373); Green value is 5 (2.34% from 255 or 1.34% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0575 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0575 is #04FA8A. Grayscale: #5B5B5B. Windows color (decimal): -326283 or 7669243. OLE color: 7669243.
HSL color Cylindrical-coordinate representation of color #FB0575: hue angle of 332.68º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB0575 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 5 | 117 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.02 |
| HSL | 332.68º | 0.97% | 0.5% | - |
| HSV(B) | 332.68º | 0.98% | 0.98% | - |
| XYZ | 43.05 | 21.9 | 18.79 | - |
| YUV | 91.32 | 142.5 | 241.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 5 | 117 | 0 | 0.98 | 0.53 | 0.02 | 332.68 | 0.97 | 0.5 |
| Hex | FB | 5 | 75 | 0 | 62 | 35 | 2 | 14D | 61 | 32 |
| Octal | 373 | 5 | 165 | 0 | 142 | 65 | 2 | 515 | 141 | 62 |
| Binary | 11111011 | 101 | 1110101 | 0 | 1100010 | 110101 | 10 | 101001101 | 1100001 | 110010 |
Color Harmonies of #FB0575
Complementary color
Monochromatic Colors of #FB0575
Black with #FB0575
Text Example
Text Example
White with #FB0575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0575; }
p { color: rgb(251,5,117); }
H1.HeaderClassName
{
color: #FB0575;
}
.AnyTagClassName
{
color: #FB0575;
}
</style>
background-color css
<style>
a { background-color: #FB0575; }
a { background-color: rgb(251,5,117); }
div.DivClassName
{
background-color: #FB0575;
}
.BgClassName
{
background-color: #FB0575;
}
</style>
border-color css
<style>
span { border-color: #FB0575; }
span { border-color: rgb(251,5,117); }
td.TdClassName
{
border-color: #FB0575;
}
.TagClassName
{
border-color: #FB0575;
}
</style>