Shades of Hot Pink #F06BB2
Tints of Hot Pink #F06BB2
RGB
CMYK
RGB Variations
Color information
#F06BB2 (or 0xF06BB2) is known color: Hot Pink. HEX triplet: F0, 6B and B2. RGB value is (240,107,178). Sum of RGB (Red+Green+Blue) = 240+107+178=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 107 (42.19% from 255 or 20.38% from 525); Blue value is 178 (69.92% from 255 or 33.90% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F06BB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06BB2 is #0F944D. Grayscale: #9A9A9A. Windows color (decimal): -1021006 or 11693040. OLE color: 11693040.
HSL color Cylindrical-coordinate representation of color #F06BB2: hue angle of 327.97º 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 #F06BB2 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 107 | 178 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.06 |
| HSL | 327.97º | 0.82% | 0.68% | - |
| HSV(B) | 327.97º | 0.55% | 0.94% | - |
| XYZ | 49.23 | 32.26 | 45.75 | - |
| YUV | 154.86 | 141.06 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 107 | 178 | 0 | 0.55 | 0.26 | 0.06 | 327.97 | 0.82 | 0.68 |
| Hex | F0 | 6B | B2 | 0 | 37 | 1A | 6 | 148 | 52 | 44 |
| Octal | 360 | 153 | 262 | 0 | 67 | 32 | 6 | 510 | 122 | 104 |
| Binary | 11110000 | 1101011 | 10110010 | 0 | 110111 | 11010 | 110 | 101001000 | 1010010 | 1000100 |
Color Harmonies of #F06BB2
Complementary color
Monochromatic Colors of #F06BB2
Black with #F06BB2
Text Example
Text Example
White with #F06BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06BB2; }
p { color: rgb(240,107,178); }
H1.HeaderClassName
{
color: #F06BB2;
}
.AnyTagClassName
{
color: #F06BB2;
}
</style>
background-color css
<style>
a { background-color: #F06BB2; }
a { background-color: rgb(240,107,178); }
div.DivClassName
{
background-color: #F06BB2;
}
.BgClassName
{
background-color: #F06BB2;
}
</style>
border-color css
<style>
span { border-color: #F06BB2; }
span { border-color: rgb(240,107,178); }
td.TdClassName
{
border-color: #F06BB2;
}
.TagClassName
{
border-color: #F06BB2;
}
</style>