Shades of Hot Pink #F065A9
Tints of Hot Pink #F065A9
RGB
CMYK
RGB Variations
Color information
#F065A9 (or 0xF065A9) is known color: Hot Pink. HEX triplet: F0, 65 and A9. RGB value is (240,101,169). Sum of RGB (Red+Green+Blue) = 240+101+169=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 101 (39.84% from 255 or 19.80% from 510); Blue value is 169 (66.41% from 255 or 33.14% from 510); Max value from RGB is 240 - color contains mainly: red. Hex color #F065A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F065A9 is #0F9A56. Grayscale: #969696. Windows color (decimal): -1022551 or 11101680. OLE color: 11101680.
HSL color Cylindrical-coordinate representation of color #F065A9: hue angle of 330.65º 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 #F065A9 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 169 | - |
| CMYK | 0 | 0.58 | 0.30 | 0.06 |
| HSL | 330.65º | 0.82% | 0.67% | - |
| HSV(B) | 330.65º | 0.58% | 0.94% | - |
| XYZ | 47.75 | 30.7 | 40.94 | - |
| YUV | 150.31 | 138.55 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 169 | 0 | 0.58 | 0.30 | 0.06 | 330.65 | 0.82 | 0.67 |
| Hex | F0 | 65 | A9 | 0 | 3A | 1E | 6 | 14B | 52 | 43 |
| Octal | 360 | 145 | 251 | 0 | 72 | 36 | 6 | 513 | 122 | 103 |
| Binary | 11110000 | 1100101 | 10101001 | 0 | 111010 | 11110 | 110 | 101001011 | 1010010 | 1000011 |
Color Harmonies of #F065A9
Complementary color
Monochromatic Colors of #F065A9
Black with #F065A9
Text Example
Text Example
White with #F065A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F065A9; }
p { color: rgb(240,101,169); }
H1.HeaderClassName
{
color: #F065A9;
}
.AnyTagClassName
{
color: #F065A9;
}
</style>
background-color css
<style>
a { background-color: #F065A9; }
a { background-color: rgb(240,101,169); }
div.DivClassName
{
background-color: #F065A9;
}
.BgClassName
{
background-color: #F065A9;
}
</style>
border-color css
<style>
span { border-color: #F065A9; }
span { border-color: rgb(240,101,169); }
td.TdClassName
{
border-color: #F065A9;
}
.TagClassName
{
border-color: #F065A9;
}
</style>