Shades of Hot Pink #F553BA
Tints of Hot Pink #F553BA
RGB
CMYK
RGB Variations
Color information
#F553BA (or 0xF553BA) is known color: Hot Pink. HEX triplet: F5, 53 and BA. RGB value is (245,83,186). Sum of RGB (Red+Green+Blue) = 245+83+186=514 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.67% from 514); Green value is 83 (32.81% from 255 or 16.15% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 245 - color contains mainly: red. Hex color #F553BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F553BA is #0AAC45. Grayscale: #8E8E8E. Windows color (decimal): -699462 or 12211189. OLE color: 12211189.
HSL color Cylindrical-coordinate representation of color #F553BA: hue angle of 321.85º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F553BA is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 186 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.04 |
| HSL | 321.85º | 0.89% | 0.64% | - |
| HSV(B) | 321.85º | 0.66% | 0.96% | - |
| XYZ | 49.61 | 29.14 | 49.46 | - |
| YUV | 143.18 | 152.17 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 186 | 0 | 0.66 | 0.24 | 0.04 | 321.85 | 0.89 | 0.64 |
| Hex | F5 | 53 | BA | 0 | 42 | 18 | 4 | 142 | 59 | 40 |
| Octal | 365 | 123 | 272 | 0 | 102 | 30 | 4 | 502 | 131 | 100 |
| Binary | 11110101 | 1010011 | 10111010 | 0 | 1000010 | 11000 | 100 | 101000010 | 1011001 | 1000000 |
Color Harmonies of #F553BA
Complementary color
Monochromatic Colors of #F553BA
Black with #F553BA
Text Example
Text Example
White with #F553BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F553BA; }
p { color: rgb(245,83,186); }
H1.HeaderClassName
{
color: #F553BA;
}
.AnyTagClassName
{
color: #F553BA;
}
</style>
background-color css
<style>
a { background-color: #F553BA; }
a { background-color: rgb(245,83,186); }
div.DivClassName
{
background-color: #F553BA;
}
.BgClassName
{
background-color: #F553BA;
}
</style>
border-color css
<style>
span { border-color: #F553BA; }
span { border-color: rgb(245,83,186); }
td.TdClassName
{
border-color: #F553BA;
}
.TagClassName
{
border-color: #F553BA;
}
</style>