Shades of Hot Pink #F06BB4
Tints of Hot Pink #F06BB4
RGB
CMYK
RGB Variations
Color information
#F06BB4 (or 0xF06BB4) is known color: Hot Pink. HEX triplet: F0, 6B and B4. RGB value is (240,107,180). Sum of RGB (Red+Green+Blue) = 240+107+180=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 107 (42.19% from 255 or 20.30% from 527); Blue value is 180 (70.70% from 255 or 34.16% from 527); Max value from RGB is 240 - color contains mainly: red. Hex color #F06BB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06BB4 is #0F944B. Grayscale: #9A9A9A. Windows color (decimal): -1021004 or 11824112. OLE color: 11824112.
HSL color Cylindrical-coordinate representation of color #F06BB4: hue angle of 327.07º 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 #F06BB4 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 107 | 180 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.06 |
| HSL | 327.07º | 0.82% | 0.68% | - |
| HSV(B) | 327.07º | 0.55% | 0.94% | - |
| XYZ | 49.43 | 32.34 | 46.82 | - |
| YUV | 155.09 | 142.06 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 107 | 180 | 0 | 0.55 | 0.25 | 0.06 | 327.07 | 0.82 | 0.68 |
| Hex | F0 | 6B | B4 | 0 | 37 | 19 | 6 | 147 | 52 | 44 |
| Octal | 360 | 153 | 264 | 0 | 67 | 31 | 6 | 507 | 122 | 104 |
| Binary | 11110000 | 1101011 | 10110100 | 0 | 110111 | 11001 | 110 | 101000111 | 1010010 | 1000100 |
Color Harmonies of #F06BB4
Complementary color
Monochromatic Colors of #F06BB4
Black with #F06BB4
Text Example
Text Example
White with #F06BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06BB4; }
p { color: rgb(240,107,180); }
H1.HeaderClassName
{
color: #F06BB4;
}
.AnyTagClassName
{
color: #F06BB4;
}
</style>
background-color css
<style>
a { background-color: #F06BB4; }
a { background-color: rgb(240,107,180); }
div.DivClassName
{
background-color: #F06BB4;
}
.BgClassName
{
background-color: #F06BB4;
}
</style>
border-color css
<style>
span { border-color: #F06BB4; }
span { border-color: rgb(240,107,180); }
td.TdClassName
{
border-color: #F06BB4;
}
.TagClassName
{
border-color: #F06BB4;
}
</style>