Shades of Hot Pink #FF60B9
Tints of Hot Pink #FF60B9
RGB
CMYK
RGB Variations
Color information
#FF60B9 (or 0xFF60B9) is known color: Hot Pink. HEX triplet: FF, 60 and B9. RGB value is (255,96,185). Sum of RGB (Red+Green+Blue) = 255+96+185=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 96 (37.89% from 255 or 17.91% from 536); Blue value is 185 (72.66% from 255 or 34.51% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FF60B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF60B9 is #009F46. Grayscale: #999999. Windows color (decimal): -40775 or 12148991. OLE color: 12148991.
HSL color Cylindrical-coordinate representation of color #FF60B9: hue angle of 326.42º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF60B9 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 185 | - |
| CMYK | 0 | 0.62 | 0.27 | 0 |
| HSL | 326.42º | 1% | 0.69% | - |
| HSV(B) | 326.42º | 0.62% | 1% | - |
| XYZ | 54.18 | 33.13 | 49.44 | - |
| YUV | 153.69 | 145.68 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 185 | 0 | 0.62 | 0.27 | 0 | 326.42 | 1 | 0.69 |
| Hex | FF | 60 | B9 | 0 | 3E | 1B | 0 | 146 | 64 | 45 |
| Octal | 377 | 140 | 271 | 0 | 76 | 33 | 0 | 506 | 144 | 105 |
| Binary | 11111111 | 1100000 | 10111001 | 0 | 111110 | 11011 | 0 | 101000110 | 1100100 | 1000101 |
Color Harmonies of #FF60B9
Complementary color
Monochromatic Colors of #FF60B9
Black with #FF60B9
Text Example
Text Example
White with #FF60B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF60B9; }
p { color: rgb(255,96,185); }
H1.HeaderClassName
{
color: #FF60B9;
}
.AnyTagClassName
{
color: #FF60B9;
}
</style>
background-color css
<style>
a { background-color: #FF60B9; }
a { background-color: rgb(255,96,185); }
div.DivClassName
{
background-color: #FF60B9;
}
.BgClassName
{
background-color: #FF60B9;
}
</style>
border-color css
<style>
span { border-color: #FF60B9; }
span { border-color: rgb(255,96,185); }
td.TdClassName
{
border-color: #FF60B9;
}
.TagClassName
{
border-color: #FF60B9;
}
</style>