Shades of Hot Pink #F553BC
Tints of Hot Pink #F553BC
RGB
CMYK
RGB Variations
Color information
#F553BC (or 0xF553BC) is known color: Hot Pink. HEX triplet: F5, 53 and BC. RGB value is (245,83,188). Sum of RGB (Red+Green+Blue) = 245+83+188=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 83 (32.81% from 255 or 16.09% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 245 - color contains mainly: red. Hex color #F553BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F553BC is #0AAC43. Grayscale: #8F8F8F. Windows color (decimal): -699460 or 12342261. OLE color: 12342261.
HSL color Cylindrical-coordinate representation of color #F553BC: hue angle of 321.11º 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 #F553BC is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 188 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.04 |
| HSL | 321.11º | 0.89% | 0.64% | - |
| HSV(B) | 321.11º | 0.66% | 0.96% | - |
| XYZ | 49.83 | 29.23 | 50.59 | - |
| YUV | 143.41 | 153.17 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 188 | 0 | 0.66 | 0.23 | 0.04 | 321.11 | 0.89 | 0.64 |
| Hex | F5 | 53 | BC | 0 | 42 | 17 | 4 | 141 | 59 | 40 |
| Octal | 365 | 123 | 274 | 0 | 102 | 27 | 4 | 501 | 131 | 100 |
| Binary | 11110101 | 1010011 | 10111100 | 0 | 1000010 | 10111 | 100 | 101000001 | 1011001 | 1000000 |
Color Harmonies of #F553BC
Complementary color
Monochromatic Colors of #F553BC
Black with #F553BC
Text Example
Text Example
White with #F553BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F553BC; }
p { color: rgb(245,83,188); }
H1.HeaderClassName
{
color: #F553BC;
}
.AnyTagClassName
{
color: #F553BC;
}
</style>
background-color css
<style>
a { background-color: #F553BC; }
a { background-color: rgb(245,83,188); }
div.DivClassName
{
background-color: #F553BC;
}
.BgClassName
{
background-color: #F553BC;
}
</style>
border-color css
<style>
span { border-color: #F553BC; }
span { border-color: rgb(245,83,188); }
td.TdClassName
{
border-color: #F553BC;
}
.TagClassName
{
border-color: #F553BC;
}
</style>