Shades of Hot Pink #F06FB3
Tints of Hot Pink #F06FB3
RGB
CMYK
RGB Variations
Color information
#F06FB3 (or 0xF06FB3) is known color: Hot Pink. HEX triplet: F0, 6F and B3. RGB value is (240,111,179). Sum of RGB (Red+Green+Blue) = 240+111+179=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 111 (43.75% from 255 or 20.94% from 530); Blue value is 179 (70.31% from 255 or 33.77% from 530); Max value from RGB is 240 - color contains mainly: red. Hex color #F06FB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06FB3 is #0F904C. Grayscale: #9D9D9D. Windows color (decimal): -1019981 or 11759600. OLE color: 11759600.
HSL color Cylindrical-coordinate representation of color #F06FB3: hue angle of 328.37º 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 #F06FB3 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 111 | 179 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.06 |
| HSL | 328.37º | 0.81% | 0.69% | - |
| HSV(B) | 328.37º | 0.54% | 0.94% | - |
| XYZ | 49.76 | 33.15 | 46.42 | - |
| YUV | 157.32 | 140.24 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 111 | 179 | 0 | 0.54 | 0.25 | 0.06 | 328.37 | 0.81 | 0.69 |
| Hex | F0 | 6F | B3 | 0 | 36 | 19 | 6 | 148 | 51 | 45 |
| Octal | 360 | 157 | 263 | 0 | 66 | 31 | 6 | 510 | 121 | 105 |
| Binary | 11110000 | 1101111 | 10110011 | 0 | 110110 | 11001 | 110 | 101001000 | 1010001 | 1000101 |
Color Harmonies of #F06FB3
Complementary color
Monochromatic Colors of #F06FB3
Black with #F06FB3
Text Example
Text Example
White with #F06FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06FB3; }
p { color: rgb(240,111,179); }
H1.HeaderClassName
{
color: #F06FB3;
}
.AnyTagClassName
{
color: #F06FB3;
}
</style>
background-color css
<style>
a { background-color: #F06FB3; }
a { background-color: rgb(240,111,179); }
div.DivClassName
{
background-color: #F06FB3;
}
.BgClassName
{
background-color: #F06FB3;
}
</style>
border-color css
<style>
span { border-color: #F06FB3; }
span { border-color: rgb(240,111,179); }
td.TdClassName
{
border-color: #F06FB3;
}
.TagClassName
{
border-color: #F06FB3;
}
</style>