Shades of Hot Pink #F454BA
Tints of Hot Pink #F454BA
RGB
CMYK
RGB Variations
Color information
#F454BA (or 0xF454BA) is known color: Hot Pink. HEX triplet: F4, 54 and BA. RGB value is (244,84,186). Sum of RGB (Red+Green+Blue) = 244+84+186=514 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.47% from 514); Green value is 84 (33.20% from 255 or 16.34% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 244 - color contains mainly: red. Hex color #F454BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F454BA is #0BAB45. Grayscale: #8F8F8F. Windows color (decimal): -764742 or 12211444. OLE color: 12211444.
HSL color Cylindrical-coordinate representation of color #F454BA: hue angle of 321.75º 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 #F454BA is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 84 | 186 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.04 |
| HSL | 321.75º | 0.88% | 0.64% | - |
| HSV(B) | 321.75º | 0.66% | 0.96% | - |
| XYZ | 49.34 | 29.12 | 49.47 | - |
| YUV | 143.47 | 152.01 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 84 | 186 | 0 | 0.66 | 0.24 | 0.04 | 321.75 | 0.88 | 0.64 |
| Hex | F4 | 54 | BA | 0 | 42 | 18 | 4 | 142 | 58 | 40 |
| Octal | 364 | 124 | 272 | 0 | 102 | 30 | 4 | 502 | 130 | 100 |
| Binary | 11110100 | 1010100 | 10111010 | 0 | 1000010 | 11000 | 100 | 101000010 | 1011000 | 1000000 |
Color Harmonies of #F454BA
Complementary color
Monochromatic Colors of #F454BA
Black with #F454BA
Text Example
Text Example
White with #F454BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F454BA; }
p { color: rgb(244,84,186); }
H1.HeaderClassName
{
color: #F454BA;
}
.AnyTagClassName
{
color: #F454BA;
}
</style>
background-color css
<style>
a { background-color: #F454BA; }
a { background-color: rgb(244,84,186); }
div.DivClassName
{
background-color: #F454BA;
}
.BgClassName
{
background-color: #F454BA;
}
</style>
border-color css
<style>
span { border-color: #F454BA; }
span { border-color: rgb(244,84,186); }
td.TdClassName
{
border-color: #F454BA;
}
.TagClassName
{
border-color: #F454BA;
}
</style>