Shades of Hot Pink #F066B0
Tints of Hot Pink #F066B0
RGB
CMYK
RGB Variations
Color information
#F066B0 (or 0xF066B0) is known color: Hot Pink. HEX triplet: F0, 66 and B0. RGB value is (240,102,176). Sum of RGB (Red+Green+Blue) = 240+102+176=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 102 (40.23% from 255 or 19.69% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F066B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F066B0 is #0F994F. Grayscale: #979797. Windows color (decimal): -1022288 or 11560688. OLE color: 11560688.
HSL color Cylindrical-coordinate representation of color #F066B0: hue angle of 327.83º 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 #F066B0 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 102 | 176 | - |
| CMYK | 0 | 0.58 | 0.27 | 0.06 |
| HSL | 327.83º | 0.82% | 0.67% | - |
| HSV(B) | 327.83º | 0.58% | 0.94% | - |
| XYZ | 48.52 | 31.16 | 44.53 | - |
| YUV | 151.7 | 141.72 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 102 | 176 | 0 | 0.58 | 0.27 | 0.06 | 327.83 | 0.82 | 0.67 |
| Hex | F0 | 66 | B0 | 0 | 3A | 1B | 6 | 148 | 52 | 43 |
| Octal | 360 | 146 | 260 | 0 | 72 | 33 | 6 | 510 | 122 | 103 |
| Binary | 11110000 | 1100110 | 10110000 | 0 | 111010 | 11011 | 110 | 101001000 | 1010010 | 1000011 |
Color Harmonies of #F066B0
Complementary color
Monochromatic Colors of #F066B0
Black with #F066B0
Text Example
Text Example
White with #F066B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F066B0; }
p { color: rgb(240,102,176); }
H1.HeaderClassName
{
color: #F066B0;
}
.AnyTagClassName
{
color: #F066B0;
}
</style>
background-color css
<style>
a { background-color: #F066B0; }
a { background-color: rgb(240,102,176); }
div.DivClassName
{
background-color: #F066B0;
}
.BgClassName
{
background-color: #F066B0;
}
</style>
border-color css
<style>
span { border-color: #F066B0; }
span { border-color: rgb(240,102,176); }
td.TdClassName
{
border-color: #F066B0;
}
.TagClassName
{
border-color: #F066B0;
}
</style>