Shades of Hot Pink #F06FB2
Tints of Hot Pink #F06FB2
RGB
CMYK
RGB Variations
Color information
#F06FB2 (or 0xF06FB2) is known color: Hot Pink. HEX triplet: F0, 6F and B2. RGB value is (240,111,178). Sum of RGB (Red+Green+Blue) = 240+111+178=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 111 (43.75% from 255 or 20.98% from 529); Blue value is 178 (69.92% from 255 or 33.65% from 529); Max value from RGB is 240 - color contains mainly: red. Hex color #F06FB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06FB2 is #0F904D. Grayscale: #9D9D9D. Windows color (decimal): -1019982 or 11694064. OLE color: 11694064.
HSL color Cylindrical-coordinate representation of color #F06FB2: hue angle of 328.84º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F06FB2 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 111 | 178 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.06 |
| HSL | 328.84º | 0.81% | 0.69% | - |
| HSV(B) | 328.84º | 0.54% | 0.94% | - |
| XYZ | 49.66 | 33.11 | 45.89 | - |
| YUV | 157.21 | 139.74 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 111 | 178 | 0 | 0.54 | 0.26 | 0.06 | 328.84 | 0.81 | 0.69 |
| Hex | F0 | 6F | B2 | 0 | 36 | 1A | 6 | 149 | 51 | 45 |
| Octal | 360 | 157 | 262 | 0 | 66 | 32 | 6 | 511 | 121 | 105 |
| Binary | 11110000 | 1101111 | 10110010 | 0 | 110110 | 11010 | 110 | 101001001 | 1010001 | 1000101 |
Color Harmonies of #F06FB2
Complementary color
Monochromatic Colors of #F06FB2
Black with #F06FB2
Text Example
Text Example
White with #F06FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06FB2; }
p { color: rgb(240,111,178); }
H1.HeaderClassName
{
color: #F06FB2;
}
.AnyTagClassName
{
color: #F06FB2;
}
</style>
background-color css
<style>
a { background-color: #F06FB2; }
a { background-color: rgb(240,111,178); }
div.DivClassName
{
background-color: #F06FB2;
}
.BgClassName
{
background-color: #F06FB2;
}
</style>
border-color css
<style>
span { border-color: #F06FB2; }
span { border-color: rgb(240,111,178); }
td.TdClassName
{
border-color: #F06FB2;
}
.TagClassName
{
border-color: #F06FB2;
}
</style>