Shades of Hot Pink #F069AA
Tints of Hot Pink #F069AA
RGB
CMYK
RGB Variations
Color information
#F069AA (or 0xF069AA) is known color: Hot Pink. HEX triplet: F0, 69 and AA. RGB value is (240,105,170). Sum of RGB (Red+Green+Blue) = 240+105+170=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 105 (41.41% from 255 or 20.39% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 240 - color contains mainly: red. Hex color #F069AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F069AA is #0F9655. Grayscale: #989898. Windows color (decimal): -1021526 or 11168240. OLE color: 11168240.
HSL color Cylindrical-coordinate representation of color #F069AA: hue angle of 331.11º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F069AA is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 105 | 170 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.06 |
| HSL | 331.11º | 0.82% | 0.68% | - |
| HSV(B) | 331.11º | 0.56% | 0.94% | - |
| XYZ | 48.24 | 31.53 | 41.57 | - |
| YUV | 152.78 | 137.73 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 170 | 0 | 0.56 | 0.29 | 0.06 | 331.11 | 0.82 | 0.68 |
| Hex | F0 | 69 | AA | 0 | 38 | 1D | 6 | 14B | 52 | 44 |
| Octal | 360 | 151 | 252 | 0 | 70 | 35 | 6 | 513 | 122 | 104 |
| Binary | 11110000 | 1101001 | 10101010 | 0 | 111000 | 11101 | 110 | 101001011 | 1010010 | 1000100 |
Color Harmonies of #F069AA
Complementary color
Monochromatic Colors of #F069AA
Black with #F069AA
Text Example
Text Example
White with #F069AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F069AA; }
p { color: rgb(240,105,170); }
H1.HeaderClassName
{
color: #F069AA;
}
.AnyTagClassName
{
color: #F069AA;
}
</style>
background-color css
<style>
a { background-color: #F069AA; }
a { background-color: rgb(240,105,170); }
div.DivClassName
{
background-color: #F069AA;
}
.BgClassName
{
background-color: #F069AA;
}
</style>
border-color css
<style>
span { border-color: #F069AA; }
span { border-color: rgb(240,105,170); }
td.TdClassName
{
border-color: #F069AA;
}
.TagClassName
{
border-color: #F069AA;
}
</style>