Shades of Hot Pink #F453BE
Tints of Hot Pink #F453BE
RGB
CMYK
RGB Variations
Color information
#F453BE (or 0xF453BE) is known color: Hot Pink. HEX triplet: F4, 53 and BE. RGB value is (244,83,190). Sum of RGB (Red+Green+Blue) = 244+83+190=517 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.20% from 517); Green value is 83 (32.81% from 255 or 16.05% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 244 - color contains mainly: red. Hex color #F453BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F453BE is #0BAC41. Grayscale: #8F8F8F. Windows color (decimal): -764994 or 12473332. OLE color: 12473332.
HSL color Cylindrical-coordinate representation of color #F453BE: hue angle of 320.12º 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 #F453BE is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 83 | 190 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.04 |
| HSL | 320.12º | 0.88% | 0.64% | - |
| HSV(B) | 320.12º | 0.66% | 0.96% | - |
| XYZ | 49.7 | 29.14 | 51.72 | - |
| YUV | 143.34 | 154.34 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 83 | 190 | 0 | 0.66 | 0.22 | 0.04 | 320.12 | 0.88 | 0.64 |
| Hex | F4 | 53 | BE | 0 | 42 | 16 | 4 | 140 | 58 | 40 |
| Octal | 364 | 123 | 276 | 0 | 102 | 26 | 4 | 500 | 130 | 100 |
| Binary | 11110100 | 1010011 | 10111110 | 0 | 1000010 | 10110 | 100 | 101000000 | 1011000 | 1000000 |
Color Harmonies of #F453BE
Complementary color
Monochromatic Colors of #F453BE
Black with #F453BE
Text Example
Text Example
White with #F453BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F453BE; }
p { color: rgb(244,83,190); }
H1.HeaderClassName
{
color: #F453BE;
}
.AnyTagClassName
{
color: #F453BE;
}
</style>
background-color css
<style>
a { background-color: #F453BE; }
a { background-color: rgb(244,83,190); }
div.DivClassName
{
background-color: #F453BE;
}
.BgClassName
{
background-color: #F453BE;
}
</style>
border-color css
<style>
span { border-color: #F453BE; }
span { border-color: rgb(244,83,190); }
td.TdClassName
{
border-color: #F453BE;
}
.TagClassName
{
border-color: #F453BE;
}
</style>