Shades of Hot Pink #FF60AC
Tints of Hot Pink #FF60AC
RGB
CMYK
RGB Variations
Color information
#FF60AC (or 0xFF60AC) is known color: Hot Pink. HEX triplet: FF, 60 and AC. RGB value is (255,96,172). Sum of RGB (Red+Green+Blue) = 255+96+172=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 96 (37.89% from 255 or 18.36% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FF60AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF60AC is #009F53. Grayscale: #989898. Windows color (decimal): -40788 or 11297023. OLE color: 11297023.
HSL color Cylindrical-coordinate representation of color #FF60AC: hue angle of 331.32º 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 #FF60AC is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 172 | - |
| CMYK | 0 | 0.62 | 0.33 | 0 |
| HSL | 331.32º | 1% | 0.69% | - |
| HSV(B) | 331.32º | 0.62% | 1% | - |
| XYZ | 52.87 | 32.6 | 42.54 | - |
| YUV | 152.21 | 139.18 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 172 | 0 | 0.62 | 0.33 | 0 | 331.32 | 1 | 0.69 |
| Hex | FF | 60 | AC | 0 | 3E | 21 | 0 | 14B | 64 | 45 |
| Octal | 377 | 140 | 254 | 0 | 76 | 41 | 0 | 513 | 144 | 105 |
| Binary | 11111111 | 1100000 | 10101100 | 0 | 111110 | 100001 | 0 | 101001011 | 1100100 | 1000101 |
Color Harmonies of #FF60AC
Complementary color
Monochromatic Colors of #FF60AC
Black with #FF60AC
Text Example
Text Example
White with #FF60AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF60AC; }
p { color: rgb(255,96,172); }
H1.HeaderClassName
{
color: #FF60AC;
}
.AnyTagClassName
{
color: #FF60AC;
}
</style>
background-color css
<style>
a { background-color: #FF60AC; }
a { background-color: rgb(255,96,172); }
div.DivClassName
{
background-color: #FF60AC;
}
.BgClassName
{
background-color: #FF60AC;
}
</style>
border-color css
<style>
span { border-color: #FF60AC; }
span { border-color: rgb(255,96,172); }
td.TdClassName
{
border-color: #FF60AC;
}
.TagClassName
{
border-color: #FF60AC;
}
</style>