Shades of Hot Pink #F352BB
Tints of Hot Pink #F352BB
RGB
CMYK
RGB Variations
Color information
#F352BB (or 0xF352BB) is known color: Hot Pink. HEX triplet: F3, 52 and BB. RGB value is (243,82,187). Sum of RGB (Red+Green+Blue) = 243+82+187=512 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.46% from 512); Green value is 82 (32.42% from 255 or 16.02% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 243 - color contains mainly: red. Hex color #F352BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F352BB is #0CAD44. Grayscale: #8D8D8D. Windows color (decimal): -830789 or 12276467. OLE color: 12276467.
HSL color Cylindrical-coordinate representation of color #F352BB: hue angle of 320.87º 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 #F352BB is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 82 | 187 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.05 |
| HSL | 320.87º | 0.87% | 0.64% | - |
| HSV(B) | 320.87º | 0.66% | 0.95% | - |
| XYZ | 48.95 | 28.68 | 49.97 | - |
| YUV | 142.11 | 153.34 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 82 | 187 | 0 | 0.66 | 0.23 | 0.05 | 320.87 | 0.87 | 0.64 |
| Hex | F3 | 52 | BB | 0 | 42 | 17 | 5 | 141 | 57 | 40 |
| Octal | 363 | 122 | 273 | 0 | 102 | 27 | 5 | 501 | 127 | 100 |
| Binary | 11110011 | 1010010 | 10111011 | 0 | 1000010 | 10111 | 101 | 101000001 | 1010111 | 1000000 |
Color Harmonies of #F352BB
Complementary color
Monochromatic Colors of #F352BB
Black with #F352BB
Text Example
Text Example
White with #F352BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F352BB; }
p { color: rgb(243,82,187); }
H1.HeaderClassName
{
color: #F352BB;
}
.AnyTagClassName
{
color: #F352BB;
}
</style>
background-color css
<style>
a { background-color: #F352BB; }
a { background-color: rgb(243,82,187); }
div.DivClassName
{
background-color: #F352BB;
}
.BgClassName
{
background-color: #F352BB;
}
</style>
border-color css
<style>
span { border-color: #F352BB; }
span { border-color: rgb(243,82,187); }
td.TdClassName
{
border-color: #F352BB;
}
.TagClassName
{
border-color: #F352BB;
}
</style>