Shades of Hot Pink #F452BD
Tints of Hot Pink #F452BD
RGB
CMYK
RGB Variations
Color information
#F452BD (or 0xF452BD) is known color: Hot Pink. HEX triplet: F4, 52 and BD. RGB value is (244,82,189). Sum of RGB (Red+Green+Blue) = 244+82+189=515 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.38% from 515); Green value is 82 (32.42% from 255 or 15.92% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 244 - color contains mainly: red. Hex color #F452BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F452BD is #0BAD42. Grayscale: #8E8E8E. Windows color (decimal): -765251 or 12407540. OLE color: 12407540.
HSL color Cylindrical-coordinate representation of color #F452BD: hue angle of 320.37º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F452BD is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 82 | 189 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.04 |
| HSL | 320.37º | 0.88% | 0.64% | - |
| HSV(B) | 320.37º | 0.66% | 0.96% | - |
| XYZ | 49.51 | 28.94 | 51.12 | - |
| YUV | 142.64 | 154.17 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 82 | 189 | 0 | 0.66 | 0.23 | 0.04 | 320.37 | 0.88 | 0.64 |
| Hex | F4 | 52 | BD | 0 | 42 | 17 | 4 | 140 | 58 | 40 |
| Octal | 364 | 122 | 275 | 0 | 102 | 27 | 4 | 500 | 130 | 100 |
| Binary | 11110100 | 1010010 | 10111101 | 0 | 1000010 | 10111 | 100 | 101000000 | 1011000 | 1000000 |
Color Harmonies of #F452BD
Complementary color
Monochromatic Colors of #F452BD
Black with #F452BD
Text Example
Text Example
White with #F452BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F452BD; }
p { color: rgb(244,82,189); }
H1.HeaderClassName
{
color: #F452BD;
}
.AnyTagClassName
{
color: #F452BD;
}
</style>
background-color css
<style>
a { background-color: #F452BD; }
a { background-color: rgb(244,82,189); }
div.DivClassName
{
background-color: #F452BD;
}
.BgClassName
{
background-color: #F452BD;
}
</style>
border-color css
<style>
span { border-color: #F452BD; }
span { border-color: rgb(244,82,189); }
td.TdClassName
{
border-color: #F452BD;
}
.TagClassName
{
border-color: #F452BD;
}
</style>