Shades of Hot Pink #F456BD
Tints of Hot Pink #F456BD
RGB
CMYK
RGB Variations
Color information
#F456BD (or 0xF456BD) is known color: Hot Pink. HEX triplet: F4, 56 and BD. RGB value is (244,86,189). Sum of RGB (Red+Green+Blue) = 244+86+189=519 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.01% from 519); Green value is 86 (33.98% from 255 or 16.57% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 244 - color contains mainly: red. Hex color #F456BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F456BD is #0BA942. Grayscale: #909090. Windows color (decimal): -764227 or 12408564. OLE color: 12408564.
HSL color Cylindrical-coordinate representation of color #F456BD: hue angle of 320.89º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F456BD is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 86 | 189 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.04 |
| HSL | 320.89º | 0.88% | 0.65% | - |
| HSV(B) | 320.89º | 0.65% | 0.96% | - |
| XYZ | 49.82 | 29.56 | 51.22 | - |
| YUV | 144.98 | 152.85 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 86 | 189 | 0 | 0.65 | 0.23 | 0.04 | 320.89 | 0.88 | 0.65 |
| Hex | F4 | 56 | BD | 0 | 41 | 17 | 4 | 141 | 58 | 41 |
| Octal | 364 | 126 | 275 | 0 | 101 | 27 | 4 | 501 | 130 | 101 |
| Binary | 11110100 | 1010110 | 10111101 | 0 | 1000001 | 10111 | 100 | 101000001 | 1011000 | 1000001 |
Color Harmonies of #F456BD
Complementary color
Monochromatic Colors of #F456BD
Black with #F456BD
Text Example
Text Example
White with #F456BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F456BD; }
p { color: rgb(244,86,189); }
H1.HeaderClassName
{
color: #F456BD;
}
.AnyTagClassName
{
color: #F456BD;
}
</style>
background-color css
<style>
a { background-color: #F456BD; }
a { background-color: rgb(244,86,189); }
div.DivClassName
{
background-color: #F456BD;
}
.BgClassName
{
background-color: #F456BD;
}
</style>
border-color css
<style>
span { border-color: #F456BD; }
span { border-color: rgb(244,86,189); }
td.TdClassName
{
border-color: #F456BD;
}
.TagClassName
{
border-color: #F456BD;
}
</style>