Shades of Hot Pink #F45BBB
Tints of Hot Pink #F45BBB
RGB
CMYK
RGB Variations
Color information
#F45BBB (or 0xF45BBB) is known color: Hot Pink. HEX triplet: F4, 5B and BB. RGB value is (244,91,187). Sum of RGB (Red+Green+Blue) = 244+91+187=522 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.74% from 522); Green value is 91 (35.94% from 255 or 17.43% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 244 - color contains mainly: red. Hex color #F45BBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F45BBB is #0BA444. Grayscale: #939393. Windows color (decimal): -762949 or 12278772. OLE color: 12278772.
HSL color Cylindrical-coordinate representation of color #F45BBB: hue angle of 322.35º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F45BBB is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 91 | 187 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.04 |
| HSL | 322.35º | 0.87% | 0.66% | - |
| HSV(B) | 322.35º | 0.63% | 0.96% | - |
| XYZ | 50.02 | 30.3 | 50.23 | - |
| YUV | 147.69 | 150.19 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 91 | 187 | 0 | 0.63 | 0.23 | 0.04 | 322.35 | 0.87 | 0.66 |
| Hex | F4 | 5B | BB | 0 | 3F | 17 | 4 | 142 | 57 | 42 |
| Octal | 364 | 133 | 273 | 0 | 77 | 27 | 4 | 502 | 127 | 102 |
| Binary | 11110100 | 1011011 | 10111011 | 0 | 111111 | 10111 | 100 | 101000010 | 1010111 | 1000010 |
Color Harmonies of #F45BBB
Complementary color
Monochromatic Colors of #F45BBB
Black with #F45BBB
Text Example
Text Example
White with #F45BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45BBB; }
p { color: rgb(244,91,187); }
H1.HeaderClassName
{
color: #F45BBB;
}
.AnyTagClassName
{
color: #F45BBB;
}
</style>
background-color css
<style>
a { background-color: #F45BBB; }
a { background-color: rgb(244,91,187); }
div.DivClassName
{
background-color: #F45BBB;
}
.BgClassName
{
background-color: #F45BBB;
}
</style>
border-color css
<style>
span { border-color: #F45BBB; }
span { border-color: rgb(244,91,187); }
td.TdClassName
{
border-color: #F45BBB;
}
.TagClassName
{
border-color: #F45BBB;
}
</style>