Shades of Hot Pink #F069A1
Tints of Hot Pink #F069A1
RGB
CMYK
RGB Variations
Color information
#F069A1 (or 0xF069A1) is known color: Hot Pink. HEX triplet: F0, 69 and A1. RGB value is (240,105,161). Sum of RGB (Red+Green+Blue) = 240+105+161=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 105 (41.41% from 255 or 20.75% from 506); Blue value is 161 (63.28% from 255 or 31.82% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F069A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F069A1 is #0F965E. Grayscale: #979797. Windows color (decimal): -1021535 or 10578416. OLE color: 10578416.
HSL color Cylindrical-coordinate representation of color #F069A1: hue angle of 335.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 #F069A1 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 105 | 161 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.06 |
| HSL | 335.11º | 0.82% | 0.68% | - |
| HSV(B) | 335.11º | 0.56% | 0.94% | - |
| XYZ | 47.42 | 31.2 | 37.24 | - |
| YUV | 151.75 | 133.23 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 161 | 0 | 0.56 | 0.33 | 0.06 | 335.11 | 0.82 | 0.68 |
| Hex | F0 | 69 | A1 | 0 | 38 | 21 | 6 | 14F | 52 | 44 |
| Octal | 360 | 151 | 241 | 0 | 70 | 41 | 6 | 517 | 122 | 104 |
| Binary | 11110000 | 1101001 | 10100001 | 0 | 111000 | 100001 | 110 | 101001111 | 1010010 | 1000100 |
Color Harmonies of #F069A1
Complementary color
Monochromatic Colors of #F069A1
Black with #F069A1
Text Example
Text Example
White with #F069A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F069A1; }
p { color: rgb(240,105,161); }
H1.HeaderClassName
{
color: #F069A1;
}
.AnyTagClassName
{
color: #F069A1;
}
</style>
background-color css
<style>
a { background-color: #F069A1; }
a { background-color: rgb(240,105,161); }
div.DivClassName
{
background-color: #F069A1;
}
.BgClassName
{
background-color: #F069A1;
}
</style>
border-color css
<style>
span { border-color: #F069A1; }
span { border-color: rgb(240,105,161); }
td.TdClassName
{
border-color: #F069A1;
}
.TagClassName
{
border-color: #F069A1;
}
</style>