Shades of Hot Pink #F068AA
Tints of Hot Pink #F068AA
RGB
CMYK
RGB Variations
Color information
#F068AA (or 0xF068AA) is known color: Hot Pink. HEX triplet: F0, 68 and AA. RGB value is (240,104,170). Sum of RGB (Red+Green+Blue) = 240+104+170=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 104 (41.02% from 255 or 20.23% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F068AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F068AA is #0F9755. Grayscale: #989898. Windows color (decimal): -1021782 or 11167984. OLE color: 11167984.
HSL color Cylindrical-coordinate representation of color #F068AA: hue angle of 330.88º 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 #F068AA is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 104 | 170 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.06 |
| HSL | 330.88º | 0.82% | 0.67% | - |
| HSV(B) | 330.88º | 0.57% | 0.94% | - |
| XYZ | 48.14 | 31.33 | 41.54 | - |
| YUV | 152.19 | 138.06 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 104 | 170 | 0 | 0.57 | 0.29 | 0.06 | 330.88 | 0.82 | 0.67 |
| Hex | F0 | 68 | AA | 0 | 39 | 1D | 6 | 14B | 52 | 43 |
| Octal | 360 | 150 | 252 | 0 | 71 | 35 | 6 | 513 | 122 | 103 |
| Binary | 11110000 | 1101000 | 10101010 | 0 | 111001 | 11101 | 110 | 101001011 | 1010010 | 1000011 |
Color Harmonies of #F068AA
Complementary color
Monochromatic Colors of #F068AA
Black with #F068AA
Text Example
Text Example
White with #F068AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F068AA; }
p { color: rgb(240,104,170); }
H1.HeaderClassName
{
color: #F068AA;
}
.AnyTagClassName
{
color: #F068AA;
}
</style>
background-color css
<style>
a { background-color: #F068AA; }
a { background-color: rgb(240,104,170); }
div.DivClassName
{
background-color: #F068AA;
}
.BgClassName
{
background-color: #F068AA;
}
</style>
border-color css
<style>
span { border-color: #F068AA; }
span { border-color: rgb(240,104,170); }
td.TdClassName
{
border-color: #F068AA;
}
.TagClassName
{
border-color: #F068AA;
}
</style>