Shades of Hot Pink #F070B2
Tints of Hot Pink #F070B2
RGB
CMYK
RGB Variations
Color information
#F070B2 (or 0xF070B2) is known color: Hot Pink. HEX triplet: F0, 70 and B2. RGB value is (240,112,178). Sum of RGB (Red+Green+Blue) = 240+112+178=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 112 (44.14% from 255 or 21.13% from 530); Blue value is 178 (69.92% from 255 or 33.58% from 530); Max value from RGB is 240 - color contains mainly: red. Hex color #F070B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F070B2 is #0F8F4D. Grayscale: #9D9D9D. Windows color (decimal): -1019726 or 11694320. OLE color: 11694320.
HSL color Cylindrical-coordinate representation of color #F070B2: hue angle of 329.06º 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 #F070B2 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 112 | 178 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.06 |
| HSL | 329.06º | 0.81% | 0.69% | - |
| HSV(B) | 329.06º | 0.53% | 0.94% | - |
| XYZ | 49.77 | 33.33 | 45.93 | - |
| YUV | 157.8 | 139.41 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 178 | 0 | 0.53 | 0.26 | 0.06 | 329.06 | 0.81 | 0.69 |
| Hex | F0 | 70 | B2 | 0 | 35 | 1A | 6 | 149 | 51 | 45 |
| Octal | 360 | 160 | 262 | 0 | 65 | 32 | 6 | 511 | 121 | 105 |
| Binary | 11110000 | 1110000 | 10110010 | 0 | 110101 | 11010 | 110 | 101001001 | 1010001 | 1000101 |
Color Harmonies of #F070B2
Complementary color
Monochromatic Colors of #F070B2
Black with #F070B2
Text Example
Text Example
White with #F070B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F070B2; }
p { color: rgb(240,112,178); }
H1.HeaderClassName
{
color: #F070B2;
}
.AnyTagClassName
{
color: #F070B2;
}
</style>
background-color css
<style>
a { background-color: #F070B2; }
a { background-color: rgb(240,112,178); }
div.DivClassName
{
background-color: #F070B2;
}
.BgClassName
{
background-color: #F070B2;
}
</style>
border-color css
<style>
span { border-color: #F070B2; }
span { border-color: rgb(240,112,178); }
td.TdClassName
{
border-color: #F070B2;
}
.TagClassName
{
border-color: #F070B2;
}
</style>