Shades of Hot Pink #F453BD
Tints of Hot Pink #F453BD
RGB
CMYK
RGB Variations
Color information
#F453BD (or 0xF453BD) is known color: Hot Pink. HEX triplet: F4, 53 and BD. RGB value is (244,83,189). Sum of RGB (Red+Green+Blue) = 244+83+189=516 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.29% from 516); Green value is 83 (32.81% from 255 or 16.09% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 244 - color contains mainly: red. Hex color #F453BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F453BD is #0BAC42. Grayscale: #8E8E8E. Windows color (decimal): -764995 or 12407796. OLE color: 12407796.
HSL color Cylindrical-coordinate representation of color #F453BD: hue angle of 320.5º 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 #F453BD is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 83 | 189 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.04 |
| HSL | 320.5º | 0.88% | 0.64% | - |
| HSV(B) | 320.5º | 0.66% | 0.96% | - |
| XYZ | 49.59 | 29.09 | 51.15 | - |
| YUV | 143.22 | 153.84 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 83 | 189 | 0 | 0.66 | 0.23 | 0.04 | 320.5 | 0.88 | 0.64 |
| Hex | F4 | 53 | BD | 0 | 42 | 17 | 4 | 140 | 58 | 40 |
| Octal | 364 | 123 | 275 | 0 | 102 | 27 | 4 | 500 | 130 | 100 |
| Binary | 11110100 | 1010011 | 10111101 | 0 | 1000010 | 10111 | 100 | 101000000 | 1011000 | 1000000 |
Color Harmonies of #F453BD
Complementary color
Monochromatic Colors of #F453BD
Black with #F453BD
Text Example
Text Example
White with #F453BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F453BD; }
p { color: rgb(244,83,189); }
H1.HeaderClassName
{
color: #F453BD;
}
.AnyTagClassName
{
color: #F453BD;
}
</style>
background-color css
<style>
a { background-color: #F453BD; }
a { background-color: rgb(244,83,189); }
div.DivClassName
{
background-color: #F453BD;
}
.BgClassName
{
background-color: #F453BD;
}
</style>
border-color css
<style>
span { border-color: #F453BD; }
span { border-color: rgb(244,83,189); }
td.TdClassName
{
border-color: #F453BD;
}
.TagClassName
{
border-color: #F453BD;
}
</style>