Shades of Hot Pink #F554BC
Tints of Hot Pink #F554BC
RGB
CMYK
RGB Variations
Color information
#F554BC (or 0xF554BC) is known color: Hot Pink. HEX triplet: F5, 54 and BC. RGB value is (245,84,188). Sum of RGB (Red+Green+Blue) = 245+84+188=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 84 (33.20% from 255 or 16.25% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 245 - color contains mainly: red. Hex color #F554BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F554BC is #0AAB43. Grayscale: #8F8F8F. Windows color (decimal): -699204 or 12342517. OLE color: 12342517.
HSL color Cylindrical-coordinate representation of color #F554BC: hue angle of 321.24º 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 #F554BC is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 84 | 188 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.04 |
| HSL | 321.24º | 0.89% | 0.65% | - |
| HSV(B) | 321.24º | 0.66% | 0.96% | - |
| XYZ | 49.9 | 29.38 | 50.62 | - |
| YUV | 144 | 152.84 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 84 | 188 | 0 | 0.66 | 0.23 | 0.04 | 321.24 | 0.89 | 0.65 |
| Hex | F5 | 54 | BC | 0 | 42 | 17 | 4 | 141 | 59 | 41 |
| Octal | 365 | 124 | 274 | 0 | 102 | 27 | 4 | 501 | 131 | 101 |
| Binary | 11110101 | 1010100 | 10111100 | 0 | 1000010 | 10111 | 100 | 101000001 | 1011001 | 1000001 |
Color Harmonies of #F554BC
Complementary color
Monochromatic Colors of #F554BC
Black with #F554BC
Text Example
Text Example
White with #F554BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F554BC; }
p { color: rgb(245,84,188); }
H1.HeaderClassName
{
color: #F554BC;
}
.AnyTagClassName
{
color: #F554BC;
}
</style>
background-color css
<style>
a { background-color: #F554BC; }
a { background-color: rgb(245,84,188); }
div.DivClassName
{
background-color: #F554BC;
}
.BgClassName
{
background-color: #F554BC;
}
</style>
border-color css
<style>
span { border-color: #F554BC; }
span { border-color: rgb(245,84,188); }
td.TdClassName
{
border-color: #F554BC;
}
.TagClassName
{
border-color: #F554BC;
}
</style>