Shades of Hot Pink #F555BE
Tints of Hot Pink #F555BE
RGB
CMYK
RGB Variations
Color information
#F555BE (or 0xF555BE) is known color: Hot Pink. HEX triplet: F5, 55 and BE. RGB value is (245,85,190). Sum of RGB (Red+Green+Blue) = 245+85+190=520 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.12% from 520); Green value is 85 (33.59% from 255 or 16.35% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 245 - color contains mainly: red. Hex color #F555BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F555BE is #0AAA41. Grayscale: #909090. Windows color (decimal): -698946 or 12473845. OLE color: 12473845.
HSL color Cylindrical-coordinate representation of color #F555BE: hue angle of 320.62º 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 #F555BE is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 190 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.04 |
| HSL | 320.63º | 0.89% | 0.65% | - |
| HSV(B) | 320.63º | 0.65% | 0.96% | - |
| XYZ | 50.2 | 29.63 | 51.79 | - |
| YUV | 144.81 | 153.51 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 190 | 0 | 0.65 | 0.22 | 0.04 | 320.63 | 0.89 | 0.65 |
| Hex | F5 | 55 | BE | 0 | 41 | 16 | 4 | 141 | 59 | 41 |
| Octal | 365 | 125 | 276 | 0 | 101 | 26 | 4 | 501 | 131 | 101 |
| Binary | 11110101 | 1010101 | 10111110 | 0 | 1000001 | 10110 | 100 | 101000001 | 1011001 | 1000001 |
Color Harmonies of #F555BE
Complementary color
Monochromatic Colors of #F555BE
Black with #F555BE
Text Example
Text Example
White with #F555BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F555BE; }
p { color: rgb(245,85,190); }
H1.HeaderClassName
{
color: #F555BE;
}
.AnyTagClassName
{
color: #F555BE;
}
</style>
background-color css
<style>
a { background-color: #F555BE; }
a { background-color: rgb(245,85,190); }
div.DivClassName
{
background-color: #F555BE;
}
.BgClassName
{
background-color: #F555BE;
}
</style>
border-color css
<style>
span { border-color: #F555BE; }
span { border-color: rgb(245,85,190); }
td.TdClassName
{
border-color: #F555BE;
}
.TagClassName
{
border-color: #F555BE;
}
</style>