Shades of Hot Pink #FB60AD
Tints of Hot Pink #FB60AD
RGB
CMYK
RGB Variations
Color information
#FB60AD (or 0xFB60AD) is known color: Hot Pink. HEX triplet: FB, 60 and AD. RGB value is (251,96,173). Sum of RGB (Red+Green+Blue) = 251+96+173=520 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.27% from 520); Green value is 96 (37.89% from 255 or 18.46% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 251 - color contains mainly: red. Hex color #FB60AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB60AD is #049F52. Grayscale: #969696. Windows color (decimal): -302931 or 11362555. OLE color: 11362555.
HSL color Cylindrical-coordinate representation of color #FB60AD: hue angle of 330.19º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FB60AD is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 96 | 173 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.02 |
| HSL | 330.19º | 0.95% | 0.68% | - |
| HSV(B) | 330.19º | 0.62% | 0.98% | - |
| XYZ | 51.51 | 31.89 | 42.98 | - |
| YUV | 151.12 | 140.35 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 96 | 173 | 0 | 0.62 | 0.31 | 0.02 | 330.19 | 0.95 | 0.68 |
| Hex | FB | 60 | AD | 0 | 3E | 1F | 2 | 14A | 5F | 44 |
| Octal | 373 | 140 | 255 | 0 | 76 | 37 | 2 | 512 | 137 | 104 |
| Binary | 11111011 | 1100000 | 10101101 | 0 | 111110 | 11111 | 10 | 101001010 | 1011111 | 1000100 |
Color Harmonies of #FB60AD
Complementary color
Monochromatic Colors of #FB60AD
Black with #FB60AD
Text Example
Text Example
White with #FB60AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB60AD; }
p { color: rgb(251,96,173); }
H1.HeaderClassName
{
color: #FB60AD;
}
.AnyTagClassName
{
color: #FB60AD;
}
</style>
background-color css
<style>
a { background-color: #FB60AD; }
a { background-color: rgb(251,96,173); }
div.DivClassName
{
background-color: #FB60AD;
}
.BgClassName
{
background-color: #FB60AD;
}
</style>
border-color css
<style>
span { border-color: #FB60AD; }
span { border-color: rgb(251,96,173); }
td.TdClassName
{
border-color: #FB60AD;
}
.TagClassName
{
border-color: #FB60AD;
}
</style>