Shades of Hot Pink #F45ABC
Tints of Hot Pink #F45ABC
RGB
CMYK
RGB Variations
Color information
#F45ABC (or 0xF45ABC) is known color: Hot Pink. HEX triplet: F4, 5A and BC. RGB value is (244,90,188). Sum of RGB (Red+Green+Blue) = 244+90+188=522 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.74% from 522); Green value is 90 (35.55% from 255 or 17.24% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 244 - color contains mainly: red. Hex color #F45ABC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F45ABC is #0BA543. Grayscale: #929292. Windows color (decimal): -763204 or 12344052. OLE color: 12344052.
HSL color Cylindrical-coordinate representation of color #F45ABC: hue angle of 321.82º 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 #F45ABC is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 90 | 188 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.04 |
| HSL | 321.82º | 0.88% | 0.65% | - |
| HSV(B) | 321.82º | 0.63% | 0.96% | - |
| XYZ | 50.04 | 30.18 | 50.76 | - |
| YUV | 147.22 | 151.02 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 90 | 188 | 0 | 0.63 | 0.23 | 0.04 | 321.82 | 0.88 | 0.65 |
| Hex | F4 | 5A | BC | 0 | 3F | 17 | 4 | 142 | 58 | 41 |
| Octal | 364 | 132 | 274 | 0 | 77 | 27 | 4 | 502 | 130 | 101 |
| Binary | 11110100 | 1011010 | 10111100 | 0 | 111111 | 10111 | 100 | 101000010 | 1011000 | 1000001 |
Color Harmonies of #F45ABC
Complementary color
Monochromatic Colors of #F45ABC
Black with #F45ABC
Text Example
Text Example
White with #F45ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45ABC; }
p { color: rgb(244,90,188); }
H1.HeaderClassName
{
color: #F45ABC;
}
.AnyTagClassName
{
color: #F45ABC;
}
</style>
background-color css
<style>
a { background-color: #F45ABC; }
a { background-color: rgb(244,90,188); }
div.DivClassName
{
background-color: #F45ABC;
}
.BgClassName
{
background-color: #F45ABC;
}
</style>
border-color css
<style>
span { border-color: #F45ABC; }
span { border-color: rgb(244,90,188); }
td.TdClassName
{
border-color: #F45ABC;
}
.TagClassName
{
border-color: #F45ABC;
}
</style>