Shades of Hot Pink #F06AB5
Tints of Hot Pink #F06AB5
RGB
CMYK
RGB Variations
Color information
#F06AB5 (or 0xF06AB5) is known color: Hot Pink. HEX triplet: F0, 6A and B5. RGB value is (240,106,181). Sum of RGB (Red+Green+Blue) = 240+106+181=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 106 (41.80% from 255 or 20.11% from 527); Blue value is 181 (71.09% from 255 or 34.35% from 527); Max value from RGB is 240 - color contains mainly: red. Hex color #F06AB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06AB5 is #0F954A. Grayscale: #9A9A9A. Windows color (decimal): -1021259 or 11889392. OLE color: 11889392.
HSL color Cylindrical-coordinate representation of color #F06AB5: hue angle of 326.42º 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 #F06AB5 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 106 | 181 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.06 |
| HSL | 326.42º | 0.82% | 0.68% | - |
| HSV(B) | 326.42º | 0.56% | 0.94% | - |
| XYZ | 49.43 | 32.17 | 47.32 | - |
| YUV | 154.62 | 142.89 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 106 | 181 | 0 | 0.56 | 0.25 | 0.06 | 326.42 | 0.82 | 0.68 |
| Hex | F0 | 6A | B5 | 0 | 38 | 19 | 6 | 146 | 52 | 44 |
| Octal | 360 | 152 | 265 | 0 | 70 | 31 | 6 | 506 | 122 | 104 |
| Binary | 11110000 | 1101010 | 10110101 | 0 | 111000 | 11001 | 110 | 101000110 | 1010010 | 1000100 |
Color Harmonies of #F06AB5
Complementary color
Monochromatic Colors of #F06AB5
Black with #F06AB5
Text Example
Text Example
White with #F06AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06AB5; }
p { color: rgb(240,106,181); }
H1.HeaderClassName
{
color: #F06AB5;
}
.AnyTagClassName
{
color: #F06AB5;
}
</style>
background-color css
<style>
a { background-color: #F06AB5; }
a { background-color: rgb(240,106,181); }
div.DivClassName
{
background-color: #F06AB5;
}
.BgClassName
{
background-color: #F06AB5;
}
</style>
border-color css
<style>
span { border-color: #F06AB5; }
span { border-color: rgb(240,106,181); }
td.TdClassName
{
border-color: #F06AB5;
}
.TagClassName
{
border-color: #F06AB5;
}
</style>