Shades of Hot Pink #FF65AF
Tints of Hot Pink #FF65AF
RGB
CMYK
RGB Variations
Color information
#FF65AF (or 0xFF65AF) is known color: Hot Pink. HEX triplet: FF, 65 and AF. RGB value is (255,101,175). Sum of RGB (Red+Green+Blue) = 255+101+175=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 101 (39.84% from 255 or 19.02% from 531); Blue value is 175 (68.75% from 255 or 32.96% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FF65AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF65AF is #009A50. Grayscale: #9B9B9B. Windows color (decimal): -39505 or 11494911. OLE color: 11494911.
HSL color Cylindrical-coordinate representation of color #FF65AF: hue angle of 331.17º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF65AF is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 175 | - |
| CMYK | 0 | 0.60 | 0.31 | 0 |
| HSL | 331.17º | 1% | 0.7% | - |
| HSV(B) | 331.17º | 0.6% | 1% | - |
| XYZ | 53.63 | 33.66 | 44.23 | - |
| YUV | 155.48 | 139.02 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 175 | 0 | 0.60 | 0.31 | 0 | 331.17 | 1 | 0.7 |
| Hex | FF | 65 | AF | 0 | 3C | 1F | 0 | 14B | 64 | 46 |
| Octal | 377 | 145 | 257 | 0 | 74 | 37 | 0 | 513 | 144 | 106 |
| Binary | 11111111 | 1100101 | 10101111 | 0 | 111100 | 11111 | 0 | 101001011 | 1100100 | 1000110 |
Color Harmonies of #FF65AF
Complementary color
Monochromatic Colors of #FF65AF
Black with #FF65AF
Text Example
Text Example
White with #FF65AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF65AF; }
p { color: rgb(255,101,175); }
H1.HeaderClassName
{
color: #FF65AF;
}
.AnyTagClassName
{
color: #FF65AF;
}
</style>
background-color css
<style>
a { background-color: #FF65AF; }
a { background-color: rgb(255,101,175); }
div.DivClassName
{
background-color: #FF65AF;
}
.BgClassName
{
background-color: #FF65AF;
}
</style>
border-color css
<style>
span { border-color: #FF65AF; }
span { border-color: rgb(255,101,175); }
td.TdClassName
{
border-color: #FF65AF;
}
.TagClassName
{
border-color: #FF65AF;
}
</style>