Shades of Hot Pink #F070B0
Tints of Hot Pink #F070B0
RGB
CMYK
RGB Variations
Color information
#F070B0 (or 0xF070B0) is known color: Hot Pink. HEX triplet: F0, 70 and B0. RGB value is (240,112,176). Sum of RGB (Red+Green+Blue) = 240+112+176=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 112 (44.14% from 255 or 21.21% from 528); Blue value is 176 (69.14% from 255 or 33.33% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F070B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F070B0 is #0F8F4F. Grayscale: #9D9D9D. Windows color (decimal): -1019728 or 11563248. OLE color: 11563248.
HSL color Cylindrical-coordinate representation of color #F070B0: hue angle of 330º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F070B0 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 112 | 176 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.06 |
| HSL | 330º | 0.81% | 0.69% | - |
| HSV(B) | 330º | 0.53% | 0.94% | - |
| XYZ | 49.57 | 33.25 | 44.88 | - |
| YUV | 157.57 | 138.41 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 176 | 0 | 0.53 | 0.27 | 0.06 | 330 | 0.81 | 0.69 |
| Hex | F0 | 70 | B0 | 0 | 35 | 1B | 6 | 14A | 51 | 45 |
| Octal | 360 | 160 | 260 | 0 | 65 | 33 | 6 | 512 | 121 | 105 |
| Binary | 11110000 | 1110000 | 10110000 | 0 | 110101 | 11011 | 110 | 101001010 | 1010001 | 1000101 |
Color Harmonies of #F070B0
Complementary color
Monochromatic Colors of #F070B0
Black with #F070B0
Text Example
Text Example
White with #F070B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F070B0; }
p { color: rgb(240,112,176); }
H1.HeaderClassName
{
color: #F070B0;
}
.AnyTagClassName
{
color: #F070B0;
}
</style>
background-color css
<style>
a { background-color: #F070B0; }
a { background-color: rgb(240,112,176); }
div.DivClassName
{
background-color: #F070B0;
}
.BgClassName
{
background-color: #F070B0;
}
</style>
border-color css
<style>
span { border-color: #F070B0; }
span { border-color: rgb(240,112,176); }
td.TdClassName
{
border-color: #F070B0;
}
.TagClassName
{
border-color: #F070B0;
}
</style>