Shades of Hot Pink #F070B8
Tints of Hot Pink #F070B8
RGB
CMYK
RGB Variations
Color information
#F070B8 (or 0xF070B8) is known color: Hot Pink. HEX triplet: F0, 70 and B8. RGB value is (240,112,184). Sum of RGB (Red+Green+Blue) = 240+112+184=536 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.78% from 536); Green value is 112 (44.14% from 255 or 20.90% from 536); Blue value is 184 (72.27% from 255 or 34.33% from 536); Max value from RGB is 240 - color contains mainly: red. Hex color #F070B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F070B8 is #0F8F47. Grayscale: #9E9E9E. Windows color (decimal): -1019720 or 12087536. OLE color: 12087536.
HSL color Cylindrical-coordinate representation of color #F070B8: hue angle of 326.25º 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 #F070B8 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 112 | 184 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.06 |
| HSL | 326.25º | 0.81% | 0.69% | - |
| HSV(B) | 326.25º | 0.53% | 0.94% | - |
| XYZ | 50.38 | 33.57 | 49.17 | - |
| YUV | 158.48 | 142.41 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 184 | 0 | 0.53 | 0.23 | 0.06 | 326.25 | 0.81 | 0.69 |
| Hex | F0 | 70 | B8 | 0 | 35 | 17 | 6 | 146 | 51 | 45 |
| Octal | 360 | 160 | 270 | 0 | 65 | 27 | 6 | 506 | 121 | 105 |
| Binary | 11110000 | 1110000 | 10111000 | 0 | 110101 | 10111 | 110 | 101000110 | 1010001 | 1000101 |
Color Harmonies of #F070B8
Complementary color
Monochromatic Colors of #F070B8
Black with #F070B8
Text Example
Text Example
White with #F070B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F070B8; }
p { color: rgb(240,112,184); }
H1.HeaderClassName
{
color: #F070B8;
}
.AnyTagClassName
{
color: #F070B8;
}
</style>
background-color css
<style>
a { background-color: #F070B8; }
a { background-color: rgb(240,112,184); }
div.DivClassName
{
background-color: #F070B8;
}
.BgClassName
{
background-color: #F070B8;
}
</style>
border-color css
<style>
span { border-color: #F070B8; }
span { border-color: rgb(240,112,184); }
td.TdClassName
{
border-color: #F070B8;
}
.TagClassName
{
border-color: #F070B8;
}
</style>