Shades of Hot Pink #FF61AC
Tints of Hot Pink #FF61AC
RGB
CMYK
RGB Variations
Color information
#FF61AC (or 0xFF61AC) is known color: Hot Pink. HEX triplet: FF, 61 and AC. RGB value is (255,97,172). Sum of RGB (Red+Green+Blue) = 255+97+172=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 97 (38.28% from 255 or 18.51% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FF61AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF61AC is #009E53. Grayscale: #989898. Windows color (decimal): -40532 or 11297279. OLE color: 11297279.
HSL color Cylindrical-coordinate representation of color #FF61AC: hue angle of 331.52º 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 #FF61AC is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 172 | - |
| CMYK | 0 | 0.62 | 0.33 | 0 |
| HSL | 331.52º | 1% | 0.69% | - |
| HSV(B) | 331.52º | 0.62% | 1% | - |
| XYZ | 52.96 | 32.79 | 42.57 | - |
| YUV | 152.79 | 138.85 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 172 | 0 | 0.62 | 0.33 | 0 | 331.52 | 1 | 0.69 |
| Hex | FF | 61 | AC | 0 | 3E | 21 | 0 | 14C | 64 | 45 |
| Octal | 377 | 141 | 254 | 0 | 76 | 41 | 0 | 514 | 144 | 105 |
| Binary | 11111111 | 1100001 | 10101100 | 0 | 111110 | 100001 | 0 | 101001100 | 1100100 | 1000101 |
Color Harmonies of #FF61AC
Complementary color
Monochromatic Colors of #FF61AC
Black with #FF61AC
Text Example
Text Example
White with #FF61AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF61AC; }
p { color: rgb(255,97,172); }
H1.HeaderClassName
{
color: #FF61AC;
}
.AnyTagClassName
{
color: #FF61AC;
}
</style>
background-color css
<style>
a { background-color: #FF61AC; }
a { background-color: rgb(255,97,172); }
div.DivClassName
{
background-color: #FF61AC;
}
.BgClassName
{
background-color: #FF61AC;
}
</style>
border-color css
<style>
span { border-color: #FF61AC; }
span { border-color: rgb(255,97,172); }
td.TdClassName
{
border-color: #FF61AC;
}
.TagClassName
{
border-color: #FF61AC;
}
</style>