Shades of Hot Pink #F370A8
Tints of Hot Pink #F370A8
RGB
CMYK
RGB Variations
Color information
#F370A8 (or 0xF370A8) is known color: Hot Pink. HEX triplet: F3, 70 and A8. RGB value is (243,112,168). Sum of RGB (Red+Green+Blue) = 243+112+168=523 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.46% from 523); Green value is 112 (44.14% from 255 or 21.41% from 523); Blue value is 168 (66.02% from 255 or 32.12% from 523); Max value from RGB is 243 - color contains mainly: red. Hex color #F370A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F370A8 is #0C8F57. Grayscale: #9D9D9D. Windows color (decimal): -823128 or 11038963. OLE color: 11038963.
HSL color Cylindrical-coordinate representation of color #F370A8: hue angle of 334.35º 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 #F370A8 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 112 | 168 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.05 |
| HSL | 334.35º | 0.85% | 0.7% | - |
| HSV(B) | 334.35º | 0.54% | 0.95% | - |
| XYZ | 49.82 | 33.47 | 40.88 | - |
| YUV | 157.55 | 133.9 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 112 | 168 | 0 | 0.54 | 0.31 | 0.05 | 334.35 | 0.85 | 0.7 |
| Hex | F3 | 70 | A8 | 0 | 36 | 1F | 5 | 14E | 55 | 46 |
| Octal | 363 | 160 | 250 | 0 | 66 | 37 | 5 | 516 | 125 | 106 |
| Binary | 11110011 | 1110000 | 10101000 | 0 | 110110 | 11111 | 101 | 101001110 | 1010101 | 1000110 |
Color Harmonies of #F370A8
Complementary color
Monochromatic Colors of #F370A8
Black with #F370A8
Text Example
Text Example
White with #F370A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F370A8; }
p { color: rgb(243,112,168); }
H1.HeaderClassName
{
color: #F370A8;
}
.AnyTagClassName
{
color: #F370A8;
}
</style>
background-color css
<style>
a { background-color: #F370A8; }
a { background-color: rgb(243,112,168); }
div.DivClassName
{
background-color: #F370A8;
}
.BgClassName
{
background-color: #F370A8;
}
</style>
border-color css
<style>
span { border-color: #F370A8; }
span { border-color: rgb(243,112,168); }
td.TdClassName
{
border-color: #F370A8;
}
.TagClassName
{
border-color: #F370A8;
}
</style>