Shades of Hot Pink #F06AB1
Tints of Hot Pink #F06AB1
RGB
CMYK
RGB Variations
Color information
#F06AB1 (or 0xF06AB1) is known color: Hot Pink. HEX triplet: F0, 6A and B1. RGB value is (240,106,177). Sum of RGB (Red+Green+Blue) = 240+106+177=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 106 (41.80% from 255 or 20.27% from 523); Blue value is 177 (69.53% from 255 or 33.84% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F06AB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06AB1 is #0F954E. Grayscale: #9A9A9A. Windows color (decimal): -1021263 or 11627248. OLE color: 11627248.
HSL color Cylindrical-coordinate representation of color #F06AB1: hue angle of 328.21º 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 #F06AB1 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 106 | 177 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.06 |
| HSL | 328.21º | 0.82% | 0.68% | - |
| HSV(B) | 328.21º | 0.56% | 0.94% | - |
| XYZ | 49.03 | 32.01 | 45.19 | - |
| YUV | 154.16 | 140.89 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 106 | 177 | 0 | 0.56 | 0.26 | 0.06 | 328.21 | 0.82 | 0.68 |
| Hex | F0 | 6A | B1 | 0 | 38 | 1A | 6 | 148 | 52 | 44 |
| Octal | 360 | 152 | 261 | 0 | 70 | 32 | 6 | 510 | 122 | 104 |
| Binary | 11110000 | 1101010 | 10110001 | 0 | 111000 | 11010 | 110 | 101001000 | 1010010 | 1000100 |
Color Harmonies of #F06AB1
Complementary color
Monochromatic Colors of #F06AB1
Black with #F06AB1
Text Example
Text Example
White with #F06AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06AB1; }
p { color: rgb(240,106,177); }
H1.HeaderClassName
{
color: #F06AB1;
}
.AnyTagClassName
{
color: #F06AB1;
}
</style>
background-color css
<style>
a { background-color: #F06AB1; }
a { background-color: rgb(240,106,177); }
div.DivClassName
{
background-color: #F06AB1;
}
.BgClassName
{
background-color: #F06AB1;
}
</style>
border-color css
<style>
span { border-color: #F06AB1; }
span { border-color: rgb(240,106,177); }
td.TdClassName
{
border-color: #F06AB1;
}
.TagClassName
{
border-color: #F06AB1;
}
</style>