Shades of Hot Pink #F069AF
Tints of Hot Pink #F069AF
RGB
CMYK
RGB Variations
Color information
#F069AF (or 0xF069AF) is known color: Hot Pink. HEX triplet: F0, 69 and AF. RGB value is (240,105,175). Sum of RGB (Red+Green+Blue) = 240+105+175=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 105 (41.41% from 255 or 20.19% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F069AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F069AF is #0F9650. Grayscale: #999999. Windows color (decimal): -1021521 or 11495920. OLE color: 11495920.
HSL color Cylindrical-coordinate representation of color #F069AF: hue angle of 328.89º 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 #F069AF is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 105 | 175 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.06 |
| HSL | 328.89º | 0.82% | 0.68% | - |
| HSV(B) | 328.89º | 0.56% | 0.94% | - |
| XYZ | 48.72 | 31.72 | 44.11 | - |
| YUV | 153.35 | 140.23 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 175 | 0 | 0.56 | 0.27 | 0.06 | 328.89 | 0.82 | 0.68 |
| Hex | F0 | 69 | AF | 0 | 38 | 1B | 6 | 149 | 52 | 44 |
| Octal | 360 | 151 | 257 | 0 | 70 | 33 | 6 | 511 | 122 | 104 |
| Binary | 11110000 | 1101001 | 10101111 | 0 | 111000 | 11011 | 110 | 101001001 | 1010010 | 1000100 |
Color Harmonies of #F069AF
Complementary color
Monochromatic Colors of #F069AF
Black with #F069AF
Text Example
Text Example
White with #F069AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F069AF; }
p { color: rgb(240,105,175); }
H1.HeaderClassName
{
color: #F069AF;
}
.AnyTagClassName
{
color: #F069AF;
}
</style>
background-color css
<style>
a { background-color: #F069AF; }
a { background-color: rgb(240,105,175); }
div.DivClassName
{
background-color: #F069AF;
}
.BgClassName
{
background-color: #F069AF;
}
</style>
border-color css
<style>
span { border-color: #F069AF; }
span { border-color: rgb(240,105,175); }
td.TdClassName
{
border-color: #F069AF;
}
.TagClassName
{
border-color: #F069AF;
}
</style>