Shades of Hot Pink #F453BB
Tints of Hot Pink #F453BB
RGB
CMYK
RGB Variations
Color information
#F453BB (or 0xF453BB) is known color: Hot Pink. HEX triplet: F4, 53 and BB. RGB value is (244,83,187). Sum of RGB (Red+Green+Blue) = 244+83+187=514 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.47% from 514); Green value is 83 (32.81% from 255 or 16.15% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 244 - color contains mainly: red. Hex color #F453BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F453BB is #0BAC44. Grayscale: #8E8E8E. Windows color (decimal): -764997 or 12276724. OLE color: 12276724.
HSL color Cylindrical-coordinate representation of color #F453BB: hue angle of 321.24º 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 #F453BB is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 83 | 187 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.04 |
| HSL | 321.24º | 0.88% | 0.64% | - |
| HSV(B) | 321.24º | 0.66% | 0.96% | - |
| XYZ | 49.37 | 29.01 | 50.01 | - |
| YUV | 143 | 152.84 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 83 | 187 | 0 | 0.66 | 0.23 | 0.04 | 321.24 | 0.88 | 0.64 |
| Hex | F4 | 53 | BB | 0 | 42 | 17 | 4 | 141 | 58 | 40 |
| Octal | 364 | 123 | 273 | 0 | 102 | 27 | 4 | 501 | 130 | 100 |
| Binary | 11110100 | 1010011 | 10111011 | 0 | 1000010 | 10111 | 100 | 101000001 | 1011000 | 1000000 |
Color Harmonies of #F453BB
Complementary color
Monochromatic Colors of #F453BB
Black with #F453BB
Text Example
Text Example
White with #F453BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F453BB; }
p { color: rgb(244,83,187); }
H1.HeaderClassName
{
color: #F453BB;
}
.AnyTagClassName
{
color: #F453BB;
}
</style>
background-color css
<style>
a { background-color: #F453BB; }
a { background-color: rgb(244,83,187); }
div.DivClassName
{
background-color: #F453BB;
}
.BgClassName
{
background-color: #F453BB;
}
</style>
border-color css
<style>
span { border-color: #F453BB; }
span { border-color: rgb(244,83,187); }
td.TdClassName
{
border-color: #F453BB;
}
.TagClassName
{
border-color: #F453BB;
}
</style>