Shades of Hot Pink #F06BA4
Tints of Hot Pink #F06BA4
RGB
CMYK
RGB Variations
Color information
#F06BA4 (or 0xF06BA4) is known color: Hot Pink. HEX triplet: F0, 6B and A4. RGB value is (240,107,164). Sum of RGB (Red+Green+Blue) = 240+107+164=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 107 (42.19% from 255 or 20.94% from 511); Blue value is 164 (64.45% from 255 or 32.09% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F06BA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06BA4 is #0F945B. Grayscale: #999999. Windows color (decimal): -1021020 or 10775536. OLE color: 10775536.
HSL color Cylindrical-coordinate representation of color #F06BA4: hue angle of 334.29º 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 #F06BA4 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 107 | 164 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.06 |
| HSL | 334.29º | 0.82% | 0.68% | - |
| HSV(B) | 334.29º | 0.55% | 0.94% | - |
| XYZ | 47.89 | 31.72 | 38.72 | - |
| YUV | 153.27 | 134.06 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 107 | 164 | 0 | 0.55 | 0.32 | 0.06 | 334.29 | 0.82 | 0.68 |
| Hex | F0 | 6B | A4 | 0 | 37 | 20 | 6 | 14E | 52 | 44 |
| Octal | 360 | 153 | 244 | 0 | 67 | 40 | 6 | 516 | 122 | 104 |
| Binary | 11110000 | 1101011 | 10100100 | 0 | 110111 | 100000 | 110 | 101001110 | 1010010 | 1000100 |
Color Harmonies of #F06BA4
Complementary color
Monochromatic Colors of #F06BA4
Black with #F06BA4
Text Example
Text Example
White with #F06BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06BA4; }
p { color: rgb(240,107,164); }
H1.HeaderClassName
{
color: #F06BA4;
}
.AnyTagClassName
{
color: #F06BA4;
}
</style>
background-color css
<style>
a { background-color: #F06BA4; }
a { background-color: rgb(240,107,164); }
div.DivClassName
{
background-color: #F06BA4;
}
.BgClassName
{
background-color: #F06BA4;
}
</style>
border-color css
<style>
span { border-color: #F06BA4; }
span { border-color: rgb(240,107,164); }
td.TdClassName
{
border-color: #F06BA4;
}
.TagClassName
{
border-color: #F06BA4;
}
</style>