Shades of Hot Pink #F370BA
Tints of Hot Pink #F370BA
RGB
CMYK
RGB Variations
Color information
#F370BA (or 0xF370BA) is known color: Hot Pink. HEX triplet: F3, 70 and BA. RGB value is (243,112,186). Sum of RGB (Red+Green+Blue) = 243+112+186=541 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.92% from 541); Green value is 112 (44.14% from 255 or 20.70% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 243 - color contains mainly: red. Hex color #F370BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F370BA is #0C8F45. Grayscale: #9F9F9F. Windows color (decimal): -823110 or 12218611. OLE color: 12218611.
HSL color Cylindrical-coordinate representation of color #F370BA: hue angle of 326.11º 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 #F370BA is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 112 | 186 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.05 |
| HSL | 326.11º | 0.85% | 0.7% | - |
| HSV(B) | 326.11º | 0.54% | 0.95% | - |
| XYZ | 51.62 | 34.19 | 50.33 | - |
| YUV | 159.61 | 142.9 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 112 | 186 | 0 | 0.54 | 0.23 | 0.05 | 326.11 | 0.85 | 0.7 |
| Hex | F3 | 70 | BA | 0 | 36 | 17 | 5 | 146 | 55 | 46 |
| Octal | 363 | 160 | 272 | 0 | 66 | 27 | 5 | 506 | 125 | 106 |
| Binary | 11110011 | 1110000 | 10111010 | 0 | 110110 | 10111 | 101 | 101000110 | 1010101 | 1000110 |
Color Harmonies of #F370BA
Complementary color
Monochromatic Colors of #F370BA
Black with #F370BA
Text Example
Text Example
White with #F370BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F370BA; }
p { color: rgb(243,112,186); }
H1.HeaderClassName
{
color: #F370BA;
}
.AnyTagClassName
{
color: #F370BA;
}
</style>
background-color css
<style>
a { background-color: #F370BA; }
a { background-color: rgb(243,112,186); }
div.DivClassName
{
background-color: #F370BA;
}
.BgClassName
{
background-color: #F370BA;
}
</style>
border-color css
<style>
span { border-color: #F370BA; }
span { border-color: rgb(243,112,186); }
td.TdClassName
{
border-color: #F370BA;
}
.TagClassName
{
border-color: #F370BA;
}
</style>