Shades of Hot Pink #F455B8
Tints of Hot Pink #F455B8
RGB
CMYK
RGB Variations
Color information
#F455B8 (or 0xF455B8) is known color: Hot Pink. HEX triplet: F4, 55 and B8. RGB value is (244,85,184). Sum of RGB (Red+Green+Blue) = 244+85+184=513 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.56% from 513); Green value is 85 (33.59% from 255 or 16.57% from 513); Blue value is 184 (72.27% from 255 or 35.87% from 513); Max value from RGB is 244 - color contains mainly: red. Hex color #F455B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F455B8 is #0BAA47. Grayscale: #8F8F8F. Windows color (decimal): -764488 or 12080628. OLE color: 12080628.
HSL color Cylindrical-coordinate representation of color #F455B8: hue angle of 322.64º 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 #F455B8 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 85 | 184 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.04 |
| HSL | 322.64º | 0.88% | 0.65% | - |
| HSV(B) | 322.64º | 0.65% | 0.96% | - |
| XYZ | 49.21 | 29.19 | 48.39 | - |
| YUV | 143.83 | 150.68 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 85 | 184 | 0 | 0.65 | 0.25 | 0.04 | 322.64 | 0.88 | 0.65 |
| Hex | F4 | 55 | B8 | 0 | 41 | 19 | 4 | 143 | 58 | 41 |
| Octal | 364 | 125 | 270 | 0 | 101 | 31 | 4 | 503 | 130 | 101 |
| Binary | 11110100 | 1010101 | 10111000 | 0 | 1000001 | 11001 | 100 | 101000011 | 1011000 | 1000001 |
Color Harmonies of #F455B8
Complementary color
Monochromatic Colors of #F455B8
Black with #F455B8
Text Example
Text Example
White with #F455B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F455B8; }
p { color: rgb(244,85,184); }
H1.HeaderClassName
{
color: #F455B8;
}
.AnyTagClassName
{
color: #F455B8;
}
</style>
background-color css
<style>
a { background-color: #F455B8; }
a { background-color: rgb(244,85,184); }
div.DivClassName
{
background-color: #F455B8;
}
.BgClassName
{
background-color: #F455B8;
}
</style>
border-color css
<style>
span { border-color: #F455B8; }
span { border-color: rgb(244,85,184); }
td.TdClassName
{
border-color: #F455B8;
}
.TagClassName
{
border-color: #F455B8;
}
</style>