Shades of Hot Pink #F459BC
Tints of Hot Pink #F459BC
RGB
CMYK
RGB Variations
Color information
#F459BC (or 0xF459BC) is known color: Hot Pink. HEX triplet: F4, 59 and BC. RGB value is (244,89,188). Sum of RGB (Red+Green+Blue) = 244+89+188=521 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.83% from 521); Green value is 89 (35.16% from 255 or 17.08% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 244 - color contains mainly: red. Hex color #F459BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F459BC is #0BA643. Grayscale: #929292. Windows color (decimal): -763460 or 12343796. OLE color: 12343796.
HSL color Cylindrical-coordinate representation of color #F459BC: hue angle of 321.68º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F459BC is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 89 | 188 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.04 |
| HSL | 321.68º | 0.88% | 0.65% | - |
| HSV(B) | 321.68º | 0.64% | 0.96% | - |
| XYZ | 49.96 | 30.01 | 50.74 | - |
| YUV | 146.63 | 151.35 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 89 | 188 | 0 | 0.64 | 0.23 | 0.04 | 321.68 | 0.88 | 0.65 |
| Hex | F4 | 59 | BC | 0 | 40 | 17 | 4 | 142 | 58 | 41 |
| Octal | 364 | 131 | 274 | 0 | 100 | 27 | 4 | 502 | 130 | 101 |
| Binary | 11110100 | 1011001 | 10111100 | 0 | 1000000 | 10111 | 100 | 101000010 | 1011000 | 1000001 |
Color Harmonies of #F459BC
Complementary color
Monochromatic Colors of #F459BC
Black with #F459BC
Text Example
Text Example
White with #F459BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F459BC; }
p { color: rgb(244,89,188); }
H1.HeaderClassName
{
color: #F459BC;
}
.AnyTagClassName
{
color: #F459BC;
}
</style>
background-color css
<style>
a { background-color: #F459BC; }
a { background-color: rgb(244,89,188); }
div.DivClassName
{
background-color: #F459BC;
}
.BgClassName
{
background-color: #F459BC;
}
</style>
border-color css
<style>
span { border-color: #F459BC; }
span { border-color: rgb(244,89,188); }
td.TdClassName
{
border-color: #F459BC;
}
.TagClassName
{
border-color: #F459BC;
}
</style>