Shades of Hot Pink #F06AB0
Tints of Hot Pink #F06AB0
RGB
CMYK
RGB Variations
Color information
#F06AB0 (or 0xF06AB0) is known color: Hot Pink. HEX triplet: F0, 6A and B0. RGB value is (240,106,176). Sum of RGB (Red+Green+Blue) = 240+106+176=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 106 (41.80% from 255 or 20.31% from 522); Blue value is 176 (69.14% from 255 or 33.72% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F06AB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06AB0 is #0F954F. Grayscale: #999999. Windows color (decimal): -1021264 or 11561712. OLE color: 11561712.
HSL color Cylindrical-coordinate representation of color #F06AB0: hue angle of 328.66º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F06AB0 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 106 | 176 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.06 |
| HSL | 328.66º | 0.82% | 0.68% | - |
| HSV(B) | 328.66º | 0.56% | 0.94% | - |
| XYZ | 48.93 | 31.97 | 44.67 | - |
| YUV | 154.05 | 140.39 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 106 | 176 | 0 | 0.56 | 0.27 | 0.06 | 328.66 | 0.82 | 0.68 |
| Hex | F0 | 6A | B0 | 0 | 38 | 1B | 6 | 149 | 52 | 44 |
| Octal | 360 | 152 | 260 | 0 | 70 | 33 | 6 | 511 | 122 | 104 |
| Binary | 11110000 | 1101010 | 10110000 | 0 | 111000 | 11011 | 110 | 101001001 | 1010010 | 1000100 |
Color Harmonies of #F06AB0
Complementary color
Monochromatic Colors of #F06AB0
Black with #F06AB0
Text Example
Text Example
White with #F06AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06AB0; }
p { color: rgb(240,106,176); }
H1.HeaderClassName
{
color: #F06AB0;
}
.AnyTagClassName
{
color: #F06AB0;
}
</style>
background-color css
<style>
a { background-color: #F06AB0; }
a { background-color: rgb(240,106,176); }
div.DivClassName
{
background-color: #F06AB0;
}
.BgClassName
{
background-color: #F06AB0;
}
</style>
border-color css
<style>
span { border-color: #F06AB0; }
span { border-color: rgb(240,106,176); }
td.TdClassName
{
border-color: #F06AB0;
}
.TagClassName
{
border-color: #F06AB0;
}
</style>