Shades of Hot Pink #F065AB
Tints of Hot Pink #F065AB
RGB
CMYK
RGB Variations
Color information
#F065AB (or 0xF065AB) is known color: Hot Pink. HEX triplet: F0, 65 and AB. RGB value is (240,101,171). Sum of RGB (Red+Green+Blue) = 240+101+171=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 101 (39.84% from 255 or 19.73% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F065AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F065AB is #0F9A54. Grayscale: #969696. Windows color (decimal): -1022549 or 11232752. OLE color: 11232752.
HSL color Cylindrical-coordinate representation of color #F065AB: hue angle of 329.78º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F065AB is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 171 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.06 |
| HSL | 329.78º | 0.82% | 0.67% | - |
| HSV(B) | 329.78º | 0.58% | 0.94% | - |
| XYZ | 47.94 | 30.77 | 41.94 | - |
| YUV | 150.54 | 139.55 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 171 | 0 | 0.58 | 0.29 | 0.06 | 329.78 | 0.82 | 0.67 |
| Hex | F0 | 65 | AB | 0 | 3A | 1D | 6 | 14A | 52 | 43 |
| Octal | 360 | 145 | 253 | 0 | 72 | 35 | 6 | 512 | 122 | 103 |
| Binary | 11110000 | 1100101 | 10101011 | 0 | 111010 | 11101 | 110 | 101001010 | 1010010 | 1000011 |
Color Harmonies of #F065AB
Complementary color
Monochromatic Colors of #F065AB
Black with #F065AB
Text Example
Text Example
White with #F065AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F065AB; }
p { color: rgb(240,101,171); }
H1.HeaderClassName
{
color: #F065AB;
}
.AnyTagClassName
{
color: #F065AB;
}
</style>
background-color css
<style>
a { background-color: #F065AB; }
a { background-color: rgb(240,101,171); }
div.DivClassName
{
background-color: #F065AB;
}
.BgClassName
{
background-color: #F065AB;
}
</style>
border-color css
<style>
span { border-color: #F065AB; }
span { border-color: rgb(240,101,171); }
td.TdClassName
{
border-color: #F065AB;
}
.TagClassName
{
border-color: #F065AB;
}
</style>