Shades of Hot Pink #F453BC
Tints of Hot Pink #F453BC
RGB
CMYK
RGB Variations
Color information
#F453BC (or 0xF453BC) is known color: Hot Pink. HEX triplet: F4, 53 and BC. RGB value is (244,83,188). Sum of RGB (Red+Green+Blue) = 244+83+188=515 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.38% from 515); Green value is 83 (32.81% from 255 or 16.12% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 244 - color contains mainly: red. Hex color #F453BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F453BC is #0BAC43. Grayscale: #8E8E8E. Windows color (decimal): -764996 or 12342260. OLE color: 12342260.
HSL color Cylindrical-coordinate representation of color #F453BC: hue angle of 320.87º degrees, saturation: 0.88, 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 #F453BC is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 83 | 188 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.04 |
| HSL | 320.87º | 0.88% | 0.64% | - |
| HSV(B) | 320.87º | 0.66% | 0.96% | - |
| XYZ | 49.48 | 29.05 | 50.58 | - |
| YUV | 143.11 | 153.34 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 83 | 188 | 0 | 0.66 | 0.23 | 0.04 | 320.87 | 0.88 | 0.64 |
| Hex | F4 | 53 | BC | 0 | 42 | 17 | 4 | 141 | 58 | 40 |
| Octal | 364 | 123 | 274 | 0 | 102 | 27 | 4 | 501 | 130 | 100 |
| Binary | 11110100 | 1010011 | 10111100 | 0 | 1000010 | 10111 | 100 | 101000001 | 1011000 | 1000000 |
Color Harmonies of #F453BC
Complementary color
Monochromatic Colors of #F453BC
Black with #F453BC
Text Example
Text Example
White with #F453BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F453BC; }
p { color: rgb(244,83,188); }
H1.HeaderClassName
{
color: #F453BC;
}
.AnyTagClassName
{
color: #F453BC;
}
</style>
background-color css
<style>
a { background-color: #F453BC; }
a { background-color: rgb(244,83,188); }
div.DivClassName
{
background-color: #F453BC;
}
.BgClassName
{
background-color: #F453BC;
}
</style>
border-color css
<style>
span { border-color: #F453BC; }
span { border-color: rgb(244,83,188); }
td.TdClassName
{
border-color: #F453BC;
}
.TagClassName
{
border-color: #F453BC;
}
</style>