Shades of Hot Pink #F352BD
Tints of Hot Pink #F352BD
RGB
CMYK
RGB Variations
Color information
#F352BD (or 0xF352BD) is known color: Hot Pink. HEX triplet: F3, 52 and BD. RGB value is (243,82,189). Sum of RGB (Red+Green+Blue) = 243+82+189=514 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.28% from 514); Green value is 82 (32.42% from 255 or 15.95% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 243 - color contains mainly: red. Hex color #F352BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F352BD is #0CAD42. Grayscale: #8E8E8E. Windows color (decimal): -830787 or 12407539. OLE color: 12407539.
HSL color Cylindrical-coordinate representation of color #F352BD: hue angle of 320.12º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F352BD is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 82 | 189 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.05 |
| HSL | 320.12º | 0.87% | 0.64% | - |
| HSV(B) | 320.12º | 0.66% | 0.95% | - |
| XYZ | 49.16 | 28.76 | 51.1 | - |
| YUV | 142.34 | 154.34 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 82 | 189 | 0 | 0.66 | 0.22 | 0.05 | 320.12 | 0.87 | 0.64 |
| Hex | F3 | 52 | BD | 0 | 42 | 16 | 5 | 140 | 57 | 40 |
| Octal | 363 | 122 | 275 | 0 | 102 | 26 | 5 | 500 | 127 | 100 |
| Binary | 11110011 | 1010010 | 10111101 | 0 | 1000010 | 10110 | 101 | 101000000 | 1010111 | 1000000 |
Color Harmonies of #F352BD
Complementary color
Monochromatic Colors of #F352BD
Black with #F352BD
Text Example
Text Example
White with #F352BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F352BD; }
p { color: rgb(243,82,189); }
H1.HeaderClassName
{
color: #F352BD;
}
.AnyTagClassName
{
color: #F352BD;
}
</style>
background-color css
<style>
a { background-color: #F352BD; }
a { background-color: rgb(243,82,189); }
div.DivClassName
{
background-color: #F352BD;
}
.BgClassName
{
background-color: #F352BD;
}
</style>
border-color css
<style>
span { border-color: #F352BD; }
span { border-color: rgb(243,82,189); }
td.TdClassName
{
border-color: #F352BD;
}
.TagClassName
{
border-color: #F352BD;
}
</style>