Shades of Hot Pink #F066A7
Tints of Hot Pink #F066A7
RGB
CMYK
RGB Variations
Color information
#F066A7 (or 0xF066A7) is known color: Hot Pink. HEX triplet: F0, 66 and A7. RGB value is (240,102,167). Sum of RGB (Red+Green+Blue) = 240+102+167=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 102 (40.23% from 255 or 20.04% from 509); Blue value is 167 (65.62% from 255 or 32.81% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F066A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F066A7 is #0F9958. Grayscale: #969696. Windows color (decimal): -1022297 or 10970864. OLE color: 10970864.
HSL color Cylindrical-coordinate representation of color #F066A7: hue angle of 331.74º 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 #F066A7 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 102 | 167 | - |
| CMYK | 0 | 0.58 | 0.30 | 0.06 |
| HSL | 331.74º | 0.82% | 0.67% | - |
| HSV(B) | 331.74º | 0.58% | 0.94% | - |
| XYZ | 47.66 | 30.82 | 40 | - |
| YUV | 150.67 | 137.22 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 102 | 167 | 0 | 0.58 | 0.30 | 0.06 | 331.74 | 0.82 | 0.67 |
| Hex | F0 | 66 | A7 | 0 | 3A | 1E | 6 | 14C | 52 | 43 |
| Octal | 360 | 146 | 247 | 0 | 72 | 36 | 6 | 514 | 122 | 103 |
| Binary | 11110000 | 1100110 | 10100111 | 0 | 111010 | 11110 | 110 | 101001100 | 1010010 | 1000011 |
Color Harmonies of #F066A7
Complementary color
Monochromatic Colors of #F066A7
Black with #F066A7
Text Example
Text Example
White with #F066A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F066A7; }
p { color: rgb(240,102,167); }
H1.HeaderClassName
{
color: #F066A7;
}
.AnyTagClassName
{
color: #F066A7;
}
</style>
background-color css
<style>
a { background-color: #F066A7; }
a { background-color: rgb(240,102,167); }
div.DivClassName
{
background-color: #F066A7;
}
.BgClassName
{
background-color: #F066A7;
}
</style>
border-color css
<style>
span { border-color: #F066A7; }
span { border-color: rgb(240,102,167); }
td.TdClassName
{
border-color: #F066A7;
}
.TagClassName
{
border-color: #F066A7;
}
</style>