Shades of Hot Pink #F45ABB
Tints of Hot Pink #F45ABB
RGB
CMYK
RGB Variations
Color information
#F45ABB (or 0xF45ABB) is known color: Hot Pink. HEX triplet: F4, 5A and BB. RGB value is (244,90,187). Sum of RGB (Red+Green+Blue) = 244+90+187=521 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.83% from 521); Green value is 90 (35.55% from 255 or 17.27% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 244 - color contains mainly: red. Hex color #F45ABB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F45ABB is #0BA544. Grayscale: #929292. Windows color (decimal): -763205 or 12278516. OLE color: 12278516.
HSL color Cylindrical-coordinate representation of color #F45ABB: hue angle of 322.21º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F45ABB is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 90 | 187 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.04 |
| HSL | 322.21º | 0.88% | 0.65% | - |
| HSV(B) | 322.21º | 0.63% | 0.96% | - |
| XYZ | 49.93 | 30.13 | 50.2 | - |
| YUV | 147.1 | 150.52 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 90 | 187 | 0 | 0.63 | 0.23 | 0.04 | 322.21 | 0.88 | 0.65 |
| Hex | F4 | 5A | BB | 0 | 3F | 17 | 4 | 142 | 58 | 41 |
| Octal | 364 | 132 | 273 | 0 | 77 | 27 | 4 | 502 | 130 | 101 |
| Binary | 11110100 | 1011010 | 10111011 | 0 | 111111 | 10111 | 100 | 101000010 | 1011000 | 1000001 |
Color Harmonies of #F45ABB
Complementary color
Monochromatic Colors of #F45ABB
Black with #F45ABB
Text Example
Text Example
White with #F45ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45ABB; }
p { color: rgb(244,90,187); }
H1.HeaderClassName
{
color: #F45ABB;
}
.AnyTagClassName
{
color: #F45ABB;
}
</style>
background-color css
<style>
a { background-color: #F45ABB; }
a { background-color: rgb(244,90,187); }
div.DivClassName
{
background-color: #F45ABB;
}
.BgClassName
{
background-color: #F45ABB;
}
</style>
border-color css
<style>
span { border-color: #F45ABB; }
span { border-color: rgb(244,90,187); }
td.TdClassName
{
border-color: #F45ABB;
}
.TagClassName
{
border-color: #F45ABB;
}
</style>