Shades of Hot Pink #F06AB3
Tints of Hot Pink #F06AB3
RGB
CMYK
RGB Variations
Color information
#F06AB3 (or 0xF06AB3) is known color: Hot Pink. HEX triplet: F0, 6A and B3. RGB value is (240,106,179). Sum of RGB (Red+Green+Blue) = 240+106+179=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 106 (41.80% from 255 or 20.19% from 525); Blue value is 179 (70.31% from 255 or 34.10% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F06AB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06AB3 is #0F954C. Grayscale: #9A9A9A. Windows color (decimal): -1021261 or 11758320. OLE color: 11758320.
HSL color Cylindrical-coordinate representation of color #F06AB3: hue angle of 327.31º 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 #F06AB3 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 106 | 179 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.06 |
| HSL | 327.31º | 0.82% | 0.68% | - |
| HSV(B) | 327.31º | 0.56% | 0.94% | - |
| XYZ | 49.23 | 32.09 | 46.25 | - |
| YUV | 154.39 | 141.89 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 106 | 179 | 0 | 0.56 | 0.25 | 0.06 | 327.31 | 0.82 | 0.68 |
| Hex | F0 | 6A | B3 | 0 | 38 | 19 | 6 | 147 | 52 | 44 |
| Octal | 360 | 152 | 263 | 0 | 70 | 31 | 6 | 507 | 122 | 104 |
| Binary | 11110000 | 1101010 | 10110011 | 0 | 111000 | 11001 | 110 | 101000111 | 1010010 | 1000100 |
Color Harmonies of #F06AB3
Complementary color
Monochromatic Colors of #F06AB3
Black with #F06AB3
Text Example
Text Example
White with #F06AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06AB3; }
p { color: rgb(240,106,179); }
H1.HeaderClassName
{
color: #F06AB3;
}
.AnyTagClassName
{
color: #F06AB3;
}
</style>
background-color css
<style>
a { background-color: #F06AB3; }
a { background-color: rgb(240,106,179); }
div.DivClassName
{
background-color: #F06AB3;
}
.BgClassName
{
background-color: #F06AB3;
}
</style>
border-color css
<style>
span { border-color: #F06AB3; }
span { border-color: rgb(240,106,179); }
td.TdClassName
{
border-color: #F06AB3;
}
.TagClassName
{
border-color: #F06AB3;
}
</style>