Shades of Hot Pink #FF61AF
Tints of Hot Pink #FF61AF
RGB
CMYK
RGB Variations
Color information
#FF61AF (or 0xFF61AF) is known color: Hot Pink. HEX triplet: FF, 61 and AF. RGB value is (255,97,175). Sum of RGB (Red+Green+Blue) = 255+97+175=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 97 (38.28% from 255 or 18.41% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FF61AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF61AF is #009E50. Grayscale: #989898. Windows color (decimal): -40529 or 11493887. OLE color: 11493887.
HSL color Cylindrical-coordinate representation of color #FF61AF: hue angle of 330.38º 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 #FF61AF is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 175 | - |
| CMYK | 0 | 0.62 | 0.31 | 0 |
| HSL | 330.38º | 1% | 0.69% | - |
| HSV(B) | 330.38º | 0.62% | 1% | - |
| XYZ | 53.25 | 32.9 | 44.1 | - |
| YUV | 153.13 | 140.35 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 175 | 0 | 0.62 | 0.31 | 0 | 330.38 | 1 | 0.69 |
| Hex | FF | 61 | AF | 0 | 3E | 1F | 0 | 14A | 64 | 45 |
| Octal | 377 | 141 | 257 | 0 | 76 | 37 | 0 | 512 | 144 | 105 |
| Binary | 11111111 | 1100001 | 10101111 | 0 | 111110 | 11111 | 0 | 101001010 | 1100100 | 1000101 |
Color Harmonies of #FF61AF
Complementary color
Monochromatic Colors of #FF61AF
Black with #FF61AF
Text Example
Text Example
White with #FF61AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF61AF; }
p { color: rgb(255,97,175); }
H1.HeaderClassName
{
color: #FF61AF;
}
.AnyTagClassName
{
color: #FF61AF;
}
</style>
background-color css
<style>
a { background-color: #FF61AF; }
a { background-color: rgb(255,97,175); }
div.DivClassName
{
background-color: #FF61AF;
}
.BgClassName
{
background-color: #FF61AF;
}
</style>
border-color css
<style>
span { border-color: #FF61AF; }
span { border-color: rgb(255,97,175); }
td.TdClassName
{
border-color: #FF61AF;
}
.TagClassName
{
border-color: #FF61AF;
}
</style>