Shades of Hot Pink #F370B7
Tints of Hot Pink #F370B7
RGB
CMYK
RGB Variations
Color information
#F370B7 (or 0xF370B7) is known color: Hot Pink. HEX triplet: F3, 70 and B7. RGB value is (243,112,183). Sum of RGB (Red+Green+Blue) = 243+112+183=538 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.17% from 538); Green value is 112 (44.14% from 255 or 20.82% from 538); Blue value is 183 (71.88% from 255 or 34.01% from 538); Max value from RGB is 243 - color contains mainly: red. Hex color #F370B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F370B7 is #0C8F48. Grayscale: #9F9F9F. Windows color (decimal): -823113 or 12022003. OLE color: 12022003.
HSL color Cylindrical-coordinate representation of color #F370B7: hue angle of 327.48º 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 #F370B7 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 112 | 183 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.05 |
| HSL | 327.48º | 0.85% | 0.7% | - |
| HSV(B) | 327.48º | 0.54% | 0.95% | - |
| XYZ | 51.3 | 34.06 | 48.67 | - |
| YUV | 159.26 | 141.4 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 112 | 183 | 0 | 0.54 | 0.25 | 0.05 | 327.48 | 0.85 | 0.7 |
| Hex | F3 | 70 | B7 | 0 | 36 | 19 | 5 | 147 | 55 | 46 |
| Octal | 363 | 160 | 267 | 0 | 66 | 31 | 5 | 507 | 125 | 106 |
| Binary | 11110011 | 1110000 | 10110111 | 0 | 110110 | 11001 | 101 | 101000111 | 1010101 | 1000110 |
Color Harmonies of #F370B7
Complementary color
Monochromatic Colors of #F370B7
Black with #F370B7
Text Example
Text Example
White with #F370B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F370B7; }
p { color: rgb(243,112,183); }
H1.HeaderClassName
{
color: #F370B7;
}
.AnyTagClassName
{
color: #F370B7;
}
</style>
background-color css
<style>
a { background-color: #F370B7; }
a { background-color: rgb(243,112,183); }
div.DivClassName
{
background-color: #F370B7;
}
.BgClassName
{
background-color: #F370B7;
}
</style>
border-color css
<style>
span { border-color: #F370B7; }
span { border-color: rgb(243,112,183); }
td.TdClassName
{
border-color: #F370B7;
}
.TagClassName
{
border-color: #F370B7;
}
</style>