Shades of Hot Pink #F555B7
Tints of Hot Pink #F555B7
RGB
CMYK
RGB Variations
Color information
#F555B7 (or 0xF555B7) is known color: Hot Pink. HEX triplet: F5, 55 and B7. RGB value is (245,85,183). Sum of RGB (Red+Green+Blue) = 245+85+183=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 85 (33.59% from 255 or 16.57% from 513); Blue value is 183 (71.88% from 255 or 35.67% from 513); Max value from RGB is 245 - color contains mainly: red. Hex color #F555B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F555B7 is #0AAA48. Grayscale: #8F8F8F. Windows color (decimal): -698953 or 12015093. OLE color: 12015093.
HSL color Cylindrical-coordinate representation of color #F555B7: hue angle of 323.25º 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 #F555B7 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 183 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.04 |
| HSL | 323.25º | 0.89% | 0.65% | - |
| HSV(B) | 323.25º | 0.65% | 0.96% | - |
| XYZ | 49.45 | 29.33 | 47.85 | - |
| YUV | 144.01 | 150.01 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 183 | 0 | 0.65 | 0.25 | 0.04 | 323.25 | 0.89 | 0.65 |
| Hex | F5 | 55 | B7 | 0 | 41 | 19 | 4 | 143 | 59 | 41 |
| Octal | 365 | 125 | 267 | 0 | 101 | 31 | 4 | 503 | 131 | 101 |
| Binary | 11110101 | 1010101 | 10110111 | 0 | 1000001 | 11001 | 100 | 101000011 | 1011001 | 1000001 |
Color Harmonies of #F555B7
Complementary color
Monochromatic Colors of #F555B7
Black with #F555B7
Text Example
Text Example
White with #F555B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F555B7; }
p { color: rgb(245,85,183); }
H1.HeaderClassName
{
color: #F555B7;
}
.AnyTagClassName
{
color: #F555B7;
}
</style>
background-color css
<style>
a { background-color: #F555B7; }
a { background-color: rgb(245,85,183); }
div.DivClassName
{
background-color: #F555B7;
}
.BgClassName
{
background-color: #F555B7;
}
</style>
border-color css
<style>
span { border-color: #F555B7; }
span { border-color: rgb(245,85,183); }
td.TdClassName
{
border-color: #F555B7;
}
.TagClassName
{
border-color: #F555B7;
}
</style>