Shades of Hot Pink #F069A4
Tints of Hot Pink #F069A4
RGB
CMYK
RGB Variations
Color information
#F069A4 (or 0xF069A4) is known color: Hot Pink. HEX triplet: F0, 69 and A4. RGB value is (240,105,164). Sum of RGB (Red+Green+Blue) = 240+105+164=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 105 (41.41% from 255 or 20.63% from 509); Blue value is 164 (64.45% from 255 or 32.22% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F069A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F069A4 is #0F965B. Grayscale: #979797. Windows color (decimal): -1021532 or 10775024. OLE color: 10775024.
HSL color Cylindrical-coordinate representation of color #F069A4: hue angle of 333.78º 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 #F069A4 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 105 | 164 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.06 |
| HSL | 333.78º | 0.82% | 0.68% | - |
| HSV(B) | 333.78º | 0.56% | 0.94% | - |
| XYZ | 47.69 | 31.31 | 38.65 | - |
| YUV | 152.09 | 134.73 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 164 | 0 | 0.56 | 0.32 | 0.06 | 333.78 | 0.82 | 0.68 |
| Hex | F0 | 69 | A4 | 0 | 38 | 20 | 6 | 14E | 52 | 44 |
| Octal | 360 | 151 | 244 | 0 | 70 | 40 | 6 | 516 | 122 | 104 |
| Binary | 11110000 | 1101001 | 10100100 | 0 | 111000 | 100000 | 110 | 101001110 | 1010010 | 1000100 |
Color Harmonies of #F069A4
Complementary color
Monochromatic Colors of #F069A4
Black with #F069A4
Text Example
Text Example
White with #F069A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F069A4; }
p { color: rgb(240,105,164); }
H1.HeaderClassName
{
color: #F069A4;
}
.AnyTagClassName
{
color: #F069A4;
}
</style>
background-color css
<style>
a { background-color: #F069A4; }
a { background-color: rgb(240,105,164); }
div.DivClassName
{
background-color: #F069A4;
}
.BgClassName
{
background-color: #F069A4;
}
</style>
border-color css
<style>
span { border-color: #F069A4; }
span { border-color: rgb(240,105,164); }
td.TdClassName
{
border-color: #F069A4;
}
.TagClassName
{
border-color: #F069A4;
}
</style>