Shades of Hot Pink #F370AF
Tints of Hot Pink #F370AF
RGB
CMYK
RGB Variations
Color information
#F370AF (or 0xF370AF) is known color: Hot Pink. HEX triplet: F3, 70 and AF. RGB value is (243,112,175). Sum of RGB (Red+Green+Blue) = 243+112+175=530 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.85% from 530); Green value is 112 (44.14% from 255 or 21.13% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 243 - color contains mainly: red. Hex color #F370AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F370AF is #0C8F50. Grayscale: #9E9E9E. Windows color (decimal): -823121 or 11497715. OLE color: 11497715.
HSL color Cylindrical-coordinate representation of color #F370AF: hue angle of 331.15º 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 #F370AF is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 112 | 175 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.05 |
| HSL | 331.15º | 0.85% | 0.7% | - |
| HSV(B) | 331.15º | 0.54% | 0.95% | - |
| XYZ | 50.49 | 33.74 | 44.41 | - |
| YUV | 158.35 | 137.4 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 112 | 175 | 0 | 0.54 | 0.28 | 0.05 | 331.15 | 0.85 | 0.7 |
| Hex | F3 | 70 | AF | 0 | 36 | 1C | 5 | 14B | 55 | 46 |
| Octal | 363 | 160 | 257 | 0 | 66 | 34 | 5 | 513 | 125 | 106 |
| Binary | 11110011 | 1110000 | 10101111 | 0 | 110110 | 11100 | 101 | 101001011 | 1010101 | 1000110 |
Color Harmonies of #F370AF
Complementary color
Monochromatic Colors of #F370AF
Black with #F370AF
Text Example
Text Example
White with #F370AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F370AF; }
p { color: rgb(243,112,175); }
H1.HeaderClassName
{
color: #F370AF;
}
.AnyTagClassName
{
color: #F370AF;
}
</style>
background-color css
<style>
a { background-color: #F370AF; }
a { background-color: rgb(243,112,175); }
div.DivClassName
{
background-color: #F370AF;
}
.BgClassName
{
background-color: #F370AF;
}
</style>
border-color css
<style>
span { border-color: #F370AF; }
span { border-color: rgb(243,112,175); }
td.TdClassName
{
border-color: #F370AF;
}
.TagClassName
{
border-color: #F370AF;
}
</style>