Shades of Hot Pink #F069A2
Tints of Hot Pink #F069A2
RGB
CMYK
RGB Variations
Color information
#F069A2 (or 0xF069A2) is known color: Hot Pink. HEX triplet: F0, 69 and A2. RGB value is (240,105,162). Sum of RGB (Red+Green+Blue) = 240+105+162=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 105 (41.41% from 255 or 20.71% from 507); Blue value is 162 (63.67% from 255 or 31.95% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F069A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F069A2 is #0F965D. Grayscale: #979797. Windows color (decimal): -1021534 or 10643952. OLE color: 10643952.
HSL color Cylindrical-coordinate representation of color #F069A2: hue angle of 334.67º 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 #F069A2 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 105 | 162 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.06 |
| HSL | 334.67º | 0.82% | 0.68% | - |
| HSV(B) | 334.67º | 0.56% | 0.94% | - |
| XYZ | 47.51 | 31.24 | 37.71 | - |
| YUV | 151.86 | 133.73 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 162 | 0 | 0.56 | 0.32 | 0.06 | 334.67 | 0.82 | 0.68 |
| Hex | F0 | 69 | A2 | 0 | 38 | 20 | 6 | 14F | 52 | 44 |
| Octal | 360 | 151 | 242 | 0 | 70 | 40 | 6 | 517 | 122 | 104 |
| Binary | 11110000 | 1101001 | 10100010 | 0 | 111000 | 100000 | 110 | 101001111 | 1010010 | 1000100 |
Color Harmonies of #F069A2
Complementary color
Monochromatic Colors of #F069A2
Black with #F069A2
Text Example
Text Example
White with #F069A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F069A2; }
p { color: rgb(240,105,162); }
H1.HeaderClassName
{
color: #F069A2;
}
.AnyTagClassName
{
color: #F069A2;
}
</style>
background-color css
<style>
a { background-color: #F069A2; }
a { background-color: rgb(240,105,162); }
div.DivClassName
{
background-color: #F069A2;
}
.BgClassName
{
background-color: #F069A2;
}
</style>
border-color css
<style>
span { border-color: #F069A2; }
span { border-color: rgb(240,105,162); }
td.TdClassName
{
border-color: #F069A2;
}
.TagClassName
{
border-color: #F069A2;
}
</style>