Shades of Hot Pink #F554BB
Tints of Hot Pink #F554BB
RGB
CMYK
RGB Variations
Color information
#F554BB (or 0xF554BB) is known color: Hot Pink. HEX triplet: F5, 54 and BB. RGB value is (245,84,187). Sum of RGB (Red+Green+Blue) = 245+84+187=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 84 (33.20% from 255 or 16.28% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 245 - color contains mainly: red. Hex color #F554BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F554BB is #0AAB44. Grayscale: #8F8F8F. Windows color (decimal): -699205 or 12276981. OLE color: 12276981.
HSL color Cylindrical-coordinate representation of color #F554BB: hue angle of 321.61º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F554BB is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 84 | 187 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.04 |
| HSL | 321.61º | 0.89% | 0.65% | - |
| HSV(B) | 321.61º | 0.66% | 0.96% | - |
| XYZ | 49.8 | 29.34 | 50.05 | - |
| YUV | 143.88 | 152.34 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 84 | 187 | 0 | 0.66 | 0.24 | 0.04 | 321.61 | 0.89 | 0.65 |
| Hex | F5 | 54 | BB | 0 | 42 | 18 | 4 | 142 | 59 | 41 |
| Octal | 365 | 124 | 273 | 0 | 102 | 30 | 4 | 502 | 131 | 101 |
| Binary | 11110101 | 1010100 | 10111011 | 0 | 1000010 | 11000 | 100 | 101000010 | 1011001 | 1000001 |
Color Harmonies of #F554BB
Complementary color
Monochromatic Colors of #F554BB
Black with #F554BB
Text Example
Text Example
White with #F554BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F554BB; }
p { color: rgb(245,84,187); }
H1.HeaderClassName
{
color: #F554BB;
}
.AnyTagClassName
{
color: #F554BB;
}
</style>
background-color css
<style>
a { background-color: #F554BB; }
a { background-color: rgb(245,84,187); }
div.DivClassName
{
background-color: #F554BB;
}
.BgClassName
{
background-color: #F554BB;
}
</style>
border-color css
<style>
span { border-color: #F554BB; }
span { border-color: rgb(245,84,187); }
td.TdClassName
{
border-color: #F554BB;
}
.TagClassName
{
border-color: #F554BB;
}
</style>