Shades of Hot Pink #F455BB
Tints of Hot Pink #F455BB
RGB
CMYK
RGB Variations
Color information
#F455BB (or 0xF455BB) is known color: Hot Pink. HEX triplet: F4, 55 and BB. RGB value is (244,85,187). Sum of RGB (Red+Green+Blue) = 244+85+187=516 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.29% from 516); Green value is 85 (33.59% from 255 or 16.47% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 244 - color contains mainly: red. Hex color #F455BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F455BB is #0BAA44. Grayscale: #8F8F8F. Windows color (decimal): -764485 or 12277236. OLE color: 12277236.
HSL color Cylindrical-coordinate representation of color #F455BB: hue angle of 321.51º 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 #F455BB is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 85 | 187 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.04 |
| HSL | 321.51º | 0.88% | 0.65% | - |
| HSV(B) | 321.51º | 0.65% | 0.96% | - |
| XYZ | 49.53 | 29.32 | 50.06 | - |
| YUV | 144.17 | 152.18 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 85 | 187 | 0 | 0.65 | 0.23 | 0.04 | 321.51 | 0.88 | 0.65 |
| Hex | F4 | 55 | BB | 0 | 41 | 17 | 4 | 142 | 58 | 41 |
| Octal | 364 | 125 | 273 | 0 | 101 | 27 | 4 | 502 | 130 | 101 |
| Binary | 11110100 | 1010101 | 10111011 | 0 | 1000001 | 10111 | 100 | 101000010 | 1011000 | 1000001 |
Color Harmonies of #F455BB
Complementary color
Monochromatic Colors of #F455BB
Black with #F455BB
Text Example
Text Example
White with #F455BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F455BB; }
p { color: rgb(244,85,187); }
H1.HeaderClassName
{
color: #F455BB;
}
.AnyTagClassName
{
color: #F455BB;
}
</style>
background-color css
<style>
a { background-color: #F455BB; }
a { background-color: rgb(244,85,187); }
div.DivClassName
{
background-color: #F455BB;
}
.BgClassName
{
background-color: #F455BB;
}
</style>
border-color css
<style>
span { border-color: #F455BB; }
span { border-color: rgb(244,85,187); }
td.TdClassName
{
border-color: #F455BB;
}
.TagClassName
{
border-color: #F455BB;
}
</style>