Shades of Hot Pink #F452BA
Tints of Hot Pink #F452BA
RGB
CMYK
RGB Variations
Color information
#F452BA (or 0xF452BA) is known color: Hot Pink. HEX triplet: F4, 52 and BA. RGB value is (244,82,186). Sum of RGB (Red+Green+Blue) = 244+82+186=512 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.66% from 512); Green value is 82 (32.42% from 255 or 16.02% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 244 - color contains mainly: red. Hex color #F452BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F452BA is #0BAD45. Grayscale: #8E8E8E. Windows color (decimal): -765254 or 12210932. OLE color: 12210932.
HSL color Cylindrical-coordinate representation of color #F452BA: hue angle of 321.48º 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 #F452BA is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 82 | 186 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.04 |
| HSL | 321.48º | 0.88% | 0.64% | - |
| HSV(B) | 321.48º | 0.66% | 0.96% | - |
| XYZ | 49.19 | 28.81 | 49.42 | - |
| YUV | 142.29 | 152.67 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 82 | 186 | 0 | 0.66 | 0.24 | 0.04 | 321.48 | 0.88 | 0.64 |
| Hex | F4 | 52 | BA | 0 | 42 | 18 | 4 | 141 | 58 | 40 |
| Octal | 364 | 122 | 272 | 0 | 102 | 30 | 4 | 501 | 130 | 100 |
| Binary | 11110100 | 1010010 | 10111010 | 0 | 1000010 | 11000 | 100 | 101000001 | 1011000 | 1000000 |
Color Harmonies of #F452BA
Complementary color
Monochromatic Colors of #F452BA
Black with #F452BA
Text Example
Text Example
White with #F452BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F452BA; }
p { color: rgb(244,82,186); }
H1.HeaderClassName
{
color: #F452BA;
}
.AnyTagClassName
{
color: #F452BA;
}
</style>
background-color css
<style>
a { background-color: #F452BA; }
a { background-color: rgb(244,82,186); }
div.DivClassName
{
background-color: #F452BA;
}
.BgClassName
{
background-color: #F452BA;
}
</style>
border-color css
<style>
span { border-color: #F452BA; }
span { border-color: rgb(244,82,186); }
td.TdClassName
{
border-color: #F452BA;
}
.TagClassName
{
border-color: #F452BA;
}
</style>