Shades of Hot Pink #F069AD
Tints of Hot Pink #F069AD
RGB
CMYK
RGB Variations
Color information
#F069AD (or 0xF069AD) is known color: Hot Pink. HEX triplet: F0, 69 and AD. RGB value is (240,105,173). Sum of RGB (Red+Green+Blue) = 240+105+173=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 105 (41.41% from 255 or 20.27% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F069AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F069AD is #0F9652. Grayscale: #989898. Windows color (decimal): -1021523 or 11364848. OLE color: 11364848.
HSL color Cylindrical-coordinate representation of color #F069AD: hue angle of 329.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 #F069AD is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 105 | 173 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.06 |
| HSL | 329.78º | 0.82% | 0.68% | - |
| HSV(B) | 329.78º | 0.56% | 0.94% | - |
| XYZ | 48.53 | 31.65 | 43.09 | - |
| YUV | 153.12 | 139.23 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 173 | 0 | 0.56 | 0.28 | 0.06 | 329.78 | 0.82 | 0.68 |
| Hex | F0 | 69 | AD | 0 | 38 | 1C | 6 | 14A | 52 | 44 |
| Octal | 360 | 151 | 255 | 0 | 70 | 34 | 6 | 512 | 122 | 104 |
| Binary | 11110000 | 1101001 | 10101101 | 0 | 111000 | 11100 | 110 | 101001010 | 1010010 | 1000100 |
Color Harmonies of #F069AD
Complementary color
Monochromatic Colors of #F069AD
Black with #F069AD
Text Example
Text Example
White with #F069AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F069AD; }
p { color: rgb(240,105,173); }
H1.HeaderClassName
{
color: #F069AD;
}
.AnyTagClassName
{
color: #F069AD;
}
</style>
background-color css
<style>
a { background-color: #F069AD; }
a { background-color: rgb(240,105,173); }
div.DivClassName
{
background-color: #F069AD;
}
.BgClassName
{
background-color: #F069AD;
}
</style>
border-color css
<style>
span { border-color: #F069AD; }
span { border-color: rgb(240,105,173); }
td.TdClassName
{
border-color: #F069AD;
}
.TagClassName
{
border-color: #F069AD;
}
</style>