Shades of Hot Pink #F068A6
Tints of Hot Pink #F068A6
RGB
CMYK
RGB Variations
Color information
#F068A6 (or 0xF068A6) is known color: Hot Pink. HEX triplet: F0, 68 and A6. RGB value is (240,104,166). Sum of RGB (Red+Green+Blue) = 240+104+166=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 104 (41.02% from 255 or 20.39% from 510); Blue value is 166 (65.23% from 255 or 32.55% from 510); Max value from RGB is 240 - color contains mainly: red. Hex color #F068A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F068A6 is #0F9759. Grayscale: #979797. Windows color (decimal): -1021786 or 10905840. OLE color: 10905840.
HSL color Cylindrical-coordinate representation of color #F068A6: hue angle of 332.65º 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 #F068A6 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 104 | 166 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.06 |
| HSL | 332.65º | 0.82% | 0.67% | - |
| HSV(B) | 332.65º | 0.57% | 0.94% | - |
| XYZ | 47.77 | 31.18 | 39.58 | - |
| YUV | 151.73 | 136.06 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 104 | 166 | 0 | 0.57 | 0.31 | 0.06 | 332.65 | 0.82 | 0.67 |
| Hex | F0 | 68 | A6 | 0 | 39 | 1F | 6 | 14D | 52 | 43 |
| Octal | 360 | 150 | 246 | 0 | 71 | 37 | 6 | 515 | 122 | 103 |
| Binary | 11110000 | 1101000 | 10100110 | 0 | 111001 | 11111 | 110 | 101001101 | 1010010 | 1000011 |
Color Harmonies of #F068A6
Complementary color
Monochromatic Colors of #F068A6
Black with #F068A6
Text Example
Text Example
White with #F068A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F068A6; }
p { color: rgb(240,104,166); }
H1.HeaderClassName
{
color: #F068A6;
}
.AnyTagClassName
{
color: #F068A6;
}
</style>
background-color css
<style>
a { background-color: #F068A6; }
a { background-color: rgb(240,104,166); }
div.DivClassName
{
background-color: #F068A6;
}
.BgClassName
{
background-color: #F068A6;
}
</style>
border-color css
<style>
span { border-color: #F068A6; }
span { border-color: rgb(240,104,166); }
td.TdClassName
{
border-color: #F068A6;
}
.TagClassName
{
border-color: #F068A6;
}
</style>