Shades of Hot Pink #F370AB
Tints of Hot Pink #F370AB
RGB
CMYK
RGB Variations
Color information
#F370AB (or 0xF370AB) is known color: Hot Pink. HEX triplet: F3, 70 and AB. RGB value is (243,112,171). Sum of RGB (Red+Green+Blue) = 243+112+171=526 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.20% from 526); Green value is 112 (44.14% from 255 or 21.29% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 243 - color contains mainly: red. Hex color #F370AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F370AB is #0C8F54. Grayscale: #9D9D9D. Windows color (decimal): -823125 or 11235571. OLE color: 11235571.
HSL color Cylindrical-coordinate representation of color #F370AB: hue angle of 332.98º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F370AB is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 112 | 171 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.05 |
| HSL | 332.98º | 0.85% | 0.7% | - |
| HSV(B) | 332.98º | 0.54% | 0.95% | - |
| XYZ | 50.11 | 33.58 | 42.37 | - |
| YUV | 157.9 | 135.4 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 112 | 171 | 0 | 0.54 | 0.30 | 0.05 | 332.98 | 0.85 | 0.7 |
| Hex | F3 | 70 | AB | 0 | 36 | 1E | 5 | 14D | 55 | 46 |
| Octal | 363 | 160 | 253 | 0 | 66 | 36 | 5 | 515 | 125 | 106 |
| Binary | 11110011 | 1110000 | 10101011 | 0 | 110110 | 11110 | 101 | 101001101 | 1010101 | 1000110 |
Color Harmonies of #F370AB
Complementary color
Monochromatic Colors of #F370AB
Black with #F370AB
Text Example
Text Example
White with #F370AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F370AB; }
p { color: rgb(243,112,171); }
H1.HeaderClassName
{
color: #F370AB;
}
.AnyTagClassName
{
color: #F370AB;
}
</style>
background-color css
<style>
a { background-color: #F370AB; }
a { background-color: rgb(243,112,171); }
div.DivClassName
{
background-color: #F370AB;
}
.BgClassName
{
background-color: #F370AB;
}
</style>
border-color css
<style>
span { border-color: #F370AB; }
span { border-color: rgb(243,112,171); }
td.TdClassName
{
border-color: #F370AB;
}
.TagClassName
{
border-color: #F370AB;
}
</style>