Shades of Hot Pink #F068AD
Tints of Hot Pink #F068AD
RGB
CMYK
RGB Variations
Color information
#F068AD (or 0xF068AD) is known color: Hot Pink. HEX triplet: F0, 68 and AD. RGB value is (240,104,173). Sum of RGB (Red+Green+Blue) = 240+104+173=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 104 (41.02% from 255 or 20.12% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F068AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F068AD is #0F9752. Grayscale: #989898. Windows color (decimal): -1021779 or 11364592. OLE color: 11364592.
HSL color Cylindrical-coordinate representation of color #F068AD: hue angle of 329.56º 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 #F068AD is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 104 | 173 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.06 |
| HSL | 329.56º | 0.82% | 0.67% | - |
| HSV(B) | 329.56º | 0.57% | 0.94% | - |
| XYZ | 48.43 | 31.44 | 43.05 | - |
| YUV | 152.53 | 139.56 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 104 | 173 | 0 | 0.57 | 0.28 | 0.06 | 329.56 | 0.82 | 0.67 |
| Hex | F0 | 68 | AD | 0 | 39 | 1C | 6 | 14A | 52 | 43 |
| Octal | 360 | 150 | 255 | 0 | 71 | 34 | 6 | 512 | 122 | 103 |
| Binary | 11110000 | 1101000 | 10101101 | 0 | 111001 | 11100 | 110 | 101001010 | 1010010 | 1000011 |
Color Harmonies of #F068AD
Complementary color
Monochromatic Colors of #F068AD
Black with #F068AD
Text Example
Text Example
White with #F068AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F068AD; }
p { color: rgb(240,104,173); }
H1.HeaderClassName
{
color: #F068AD;
}
.AnyTagClassName
{
color: #F068AD;
}
</style>
background-color css
<style>
a { background-color: #F068AD; }
a { background-color: rgb(240,104,173); }
div.DivClassName
{
background-color: #F068AD;
}
.BgClassName
{
background-color: #F068AD;
}
</style>
border-color css
<style>
span { border-color: #F068AD; }
span { border-color: rgb(240,104,173); }
td.TdClassName
{
border-color: #F068AD;
}
.TagClassName
{
border-color: #F068AD;
}
</style>