Shades of Hot Pink #F555BD
Tints of Hot Pink #F555BD
RGB
CMYK
RGB Variations
Color information
#F555BD (or 0xF555BD) is known color: Hot Pink. HEX triplet: F5, 55 and BD. RGB value is (245,85,189). Sum of RGB (Red+Green+Blue) = 245+85+189=519 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.21% from 519); Green value is 85 (33.59% from 255 or 16.38% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 245 - color contains mainly: red. Hex color #F555BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F555BD is #0AAA42. Grayscale: #909090. Windows color (decimal): -698947 or 12408309. OLE color: 12408309.
HSL color Cylindrical-coordinate representation of color #F555BD: hue angle of 321º degrees, saturation: 0.89, 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 #F555BD is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 189 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.04 |
| HSL | 321º | 0.89% | 0.65% | - |
| HSV(B) | 321º | 0.65% | 0.96% | - |
| XYZ | 50.09 | 29.58 | 51.21 | - |
| YUV | 144.7 | 153.01 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 189 | 0 | 0.65 | 0.23 | 0.04 | 321 | 0.89 | 0.65 |
| Hex | F5 | 55 | BD | 0 | 41 | 17 | 4 | 141 | 59 | 41 |
| Octal | 365 | 125 | 275 | 0 | 101 | 27 | 4 | 501 | 131 | 101 |
| Binary | 11110101 | 1010101 | 10111101 | 0 | 1000001 | 10111 | 100 | 101000001 | 1011001 | 1000001 |
Color Harmonies of #F555BD
Complementary color
Monochromatic Colors of #F555BD
Black with #F555BD
Text Example
Text Example
White with #F555BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F555BD; }
p { color: rgb(245,85,189); }
H1.HeaderClassName
{
color: #F555BD;
}
.AnyTagClassName
{
color: #F555BD;
}
</style>
background-color css
<style>
a { background-color: #F555BD; }
a { background-color: rgb(245,85,189); }
div.DivClassName
{
background-color: #F555BD;
}
.BgClassName
{
background-color: #F555BD;
}
</style>
border-color css
<style>
span { border-color: #F555BD; }
span { border-color: rgb(245,85,189); }
td.TdClassName
{
border-color: #F555BD;
}
.TagClassName
{
border-color: #F555BD;
}
</style>