Shades of Hot Pink #F553BF
Tints of Hot Pink #F553BF
RGB
CMYK
RGB Variations
Color information
#F553BF (or 0xF553BF) is known color: Hot Pink. HEX triplet: F5, 53 and BF. RGB value is (245,83,191). Sum of RGB (Red+Green+Blue) = 245+83+191=519 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.21% from 519); Green value is 83 (32.81% from 255 or 15.99% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 245 - color contains mainly: red. Hex color #F553BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F553BF is #0AAC40. Grayscale: #8F8F8F. Windows color (decimal): -699457 or 12538869. OLE color: 12538869.
HSL color Cylindrical-coordinate representation of color #F553BF: hue angle of 320º 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 #F553BF is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 191 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.04 |
| HSL | 320º | 0.89% | 0.64% | - |
| HSV(B) | 320º | 0.66% | 0.96% | - |
| XYZ | 50.15 | 29.36 | 52.31 | - |
| YUV | 143.75 | 154.67 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 191 | 0 | 0.66 | 0.22 | 0.04 | 320 | 0.89 | 0.64 |
| Hex | F5 | 53 | BF | 0 | 42 | 16 | 4 | 140 | 59 | 40 |
| Octal | 365 | 123 | 277 | 0 | 102 | 26 | 4 | 500 | 131 | 100 |
| Binary | 11110101 | 1010011 | 10111111 | 0 | 1000010 | 10110 | 100 | 101000000 | 1011001 | 1000000 |
Color Harmonies of #F553BF
Complementary color
Monochromatic Colors of #F553BF
Black with #F553BF
Text Example
Text Example
White with #F553BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F553BF; }
p { color: rgb(245,83,191); }
H1.HeaderClassName
{
color: #F553BF;
}
.AnyTagClassName
{
color: #F553BF;
}
</style>
background-color css
<style>
a { background-color: #F553BF; }
a { background-color: rgb(245,83,191); }
div.DivClassName
{
background-color: #F553BF;
}
.BgClassName
{
background-color: #F553BF;
}
</style>
border-color css
<style>
span { border-color: #F553BF; }
span { border-color: rgb(245,83,191); }
td.TdClassName
{
border-color: #F553BF;
}
.TagClassName
{
border-color: #F553BF;
}
</style>