Shades of Hot Pink #F372B2
Tints of Hot Pink #F372B2
RGB
CMYK
RGB Variations
Color information
#F372B2 (or 0xF372B2) is known color: Hot Pink. HEX triplet: F3, 72 and B2. RGB value is (243,114,178). Sum of RGB (Red+Green+Blue) = 243+114+178=535 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.42% from 535); Green value is 114 (44.92% from 255 or 21.31% from 535); Blue value is 178 (69.92% from 255 or 33.27% from 535); Max value from RGB is 243 - color contains mainly: red. Hex color #F372B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F372B2 is #0C8D4D. Grayscale: #9F9F9F. Windows color (decimal): -822606 or 11694835. OLE color: 11694835.
HSL color Cylindrical-coordinate representation of color #F372B2: hue angle of 330.23º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F372B2 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 114 | 178 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.05 |
| HSL | 330.23º | 0.84% | 0.7% | - |
| HSV(B) | 330.23º | 0.53% | 0.95% | - |
| XYZ | 51.02 | 34.3 | 46.05 | - |
| YUV | 159.87 | 138.24 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 114 | 178 | 0 | 0.53 | 0.27 | 0.05 | 330.23 | 0.84 | 0.7 |
| Hex | F3 | 72 | B2 | 0 | 35 | 1B | 5 | 14A | 54 | 46 |
| Octal | 363 | 162 | 262 | 0 | 65 | 33 | 5 | 512 | 124 | 106 |
| Binary | 11110011 | 1110010 | 10110010 | 0 | 110101 | 11011 | 101 | 101001010 | 1010100 | 1000110 |
Color Harmonies of #F372B2
Complementary color
Monochromatic Colors of #F372B2
Black with #F372B2
Text Example
Text Example
White with #F372B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F372B2; }
p { color: rgb(243,114,178); }
H1.HeaderClassName
{
color: #F372B2;
}
.AnyTagClassName
{
color: #F372B2;
}
</style>
background-color css
<style>
a { background-color: #F372B2; }
a { background-color: rgb(243,114,178); }
div.DivClassName
{
background-color: #F372B2;
}
.BgClassName
{
background-color: #F372B2;
}
</style>
border-color css
<style>
span { border-color: #F372B2; }
span { border-color: rgb(243,114,178); }
td.TdClassName
{
border-color: #F372B2;
}
.TagClassName
{
border-color: #F372B2;
}
</style>