Shades of Hot Pink #FF61AD
Tints of Hot Pink #FF61AD
RGB
CMYK
RGB Variations
Color information
#FF61AD (or 0xFF61AD) is known color: Hot Pink. HEX triplet: FF, 61 and AD. RGB value is (255,97,173). Sum of RGB (Red+Green+Blue) = 255+97+173=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 97 (38.28% from 255 or 18.48% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FF61AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF61AD is #009E52. Grayscale: #989898. Windows color (decimal): -40531 or 11362815. OLE color: 11362815.
HSL color Cylindrical-coordinate representation of color #FF61AD: hue angle of 331.14º 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 #FF61AD is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 173 | - |
| CMYK | 0 | 0.62 | 0.32 | 0 |
| HSL | 331.14º | 1% | 0.69% | - |
| HSV(B) | 331.14º | 0.62% | 1% | - |
| XYZ | 53.06 | 32.83 | 43.07 | - |
| YUV | 152.91 | 139.35 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 173 | 0 | 0.62 | 0.32 | 0 | 331.14 | 1 | 0.69 |
| Hex | FF | 61 | AD | 0 | 3E | 20 | 0 | 14B | 64 | 45 |
| Octal | 377 | 141 | 255 | 0 | 76 | 40 | 0 | 513 | 144 | 105 |
| Binary | 11111111 | 1100001 | 10101101 | 0 | 111110 | 100000 | 0 | 101001011 | 1100100 | 1000101 |
Color Harmonies of #FF61AD
Complementary color
Monochromatic Colors of #FF61AD
Black with #FF61AD
Text Example
Text Example
White with #FF61AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF61AD; }
p { color: rgb(255,97,173); }
H1.HeaderClassName
{
color: #FF61AD;
}
.AnyTagClassName
{
color: #FF61AD;
}
</style>
background-color css
<style>
a { background-color: #FF61AD; }
a { background-color: rgb(255,97,173); }
div.DivClassName
{
background-color: #FF61AD;
}
.BgClassName
{
background-color: #FF61AD;
}
</style>
border-color css
<style>
span { border-color: #FF61AD; }
span { border-color: rgb(255,97,173); }
td.TdClassName
{
border-color: #FF61AD;
}
.TagClassName
{
border-color: #FF61AD;
}
</style>