Shades of Hot Pink #F066AD
Tints of Hot Pink #F066AD
RGB
CMYK
RGB Variations
Color information
#F066AD (or 0xF066AD) is known color: Hot Pink. HEX triplet: F0, 66 and AD. RGB value is (240,102,173). Sum of RGB (Red+Green+Blue) = 240+102+173=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 102 (40.23% from 255 or 19.81% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 240 - color contains mainly: red. Hex color #F066AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F066AD is #0F9952. Grayscale: #979797. Windows color (decimal): -1022291 or 11364080. OLE color: 11364080.
HSL color Cylindrical-coordinate representation of color #F066AD: hue angle of 329.13º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F066AD is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 102 | 173 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.06 |
| HSL | 329.13º | 0.82% | 0.67% | - |
| HSV(B) | 329.13º | 0.58% | 0.94% | - |
| XYZ | 48.23 | 31.05 | 42.99 | - |
| YUV | 151.36 | 140.22 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 102 | 173 | 0 | 0.58 | 0.28 | 0.06 | 329.13 | 0.82 | 0.67 |
| Hex | F0 | 66 | AD | 0 | 3A | 1C | 6 | 149 | 52 | 43 |
| Octal | 360 | 146 | 255 | 0 | 72 | 34 | 6 | 511 | 122 | 103 |
| Binary | 11110000 | 1100110 | 10101101 | 0 | 111010 | 11100 | 110 | 101001001 | 1010010 | 1000011 |
Color Harmonies of #F066AD
Complementary color
Monochromatic Colors of #F066AD
Black with #F066AD
Text Example
Text Example
White with #F066AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F066AD; }
p { color: rgb(240,102,173); }
H1.HeaderClassName
{
color: #F066AD;
}
.AnyTagClassName
{
color: #F066AD;
}
</style>
background-color css
<style>
a { background-color: #F066AD; }
a { background-color: rgb(240,102,173); }
div.DivClassName
{
background-color: #F066AD;
}
.BgClassName
{
background-color: #F066AD;
}
</style>
border-color css
<style>
span { border-color: #F066AD; }
span { border-color: rgb(240,102,173); }
td.TdClassName
{
border-color: #F066AD;
}
.TagClassName
{
border-color: #F066AD;
}
</style>