Shades of Hot Pink #F06BA6
Tints of Hot Pink #F06BA6
RGB
CMYK
RGB Variations
Color information
#F06BA6 (or 0xF06BA6) is known color: Hot Pink. HEX triplet: F0, 6B and A6. RGB value is (240,107,166). Sum of RGB (Red+Green+Blue) = 240+107+166=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 107 (42.19% from 255 or 20.86% from 513); Blue value is 166 (65.23% from 255 or 32.36% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F06BA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06BA6 is #0F9459. Grayscale: #999999. Windows color (decimal): -1021018 or 10906608. OLE color: 10906608.
HSL color Cylindrical-coordinate representation of color #F06BA6: hue angle of 333.38º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F06BA6 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 107 | 166 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.06 |
| HSL | 333.38º | 0.82% | 0.68% | - |
| HSV(B) | 333.38º | 0.55% | 0.94% | - |
| XYZ | 48.08 | 31.79 | 39.68 | - |
| YUV | 153.49 | 135.06 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 107 | 166 | 0 | 0.55 | 0.31 | 0.06 | 333.38 | 0.82 | 0.68 |
| Hex | F0 | 6B | A6 | 0 | 37 | 1F | 6 | 14D | 52 | 44 |
| Octal | 360 | 153 | 246 | 0 | 67 | 37 | 6 | 515 | 122 | 104 |
| Binary | 11110000 | 1101011 | 10100110 | 0 | 110111 | 11111 | 110 | 101001101 | 1010010 | 1000100 |
Color Harmonies of #F06BA6
Complementary color
Monochromatic Colors of #F06BA6
Black with #F06BA6
Text Example
Text Example
White with #F06BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06BA6; }
p { color: rgb(240,107,166); }
H1.HeaderClassName
{
color: #F06BA6;
}
.AnyTagClassName
{
color: #F06BA6;
}
</style>
background-color css
<style>
a { background-color: #F06BA6; }
a { background-color: rgb(240,107,166); }
div.DivClassName
{
background-color: #F06BA6;
}
.BgClassName
{
background-color: #F06BA6;
}
</style>
border-color css
<style>
span { border-color: #F06BA6; }
span { border-color: rgb(240,107,166); }
td.TdClassName
{
border-color: #F06BA6;
}
.TagClassName
{
border-color: #F06BA6;
}
</style>