Shades of Hot Pink #F451BD
Tints of Hot Pink #F451BD
RGB
CMYK
RGB Variations
Color information
#F451BD (or 0xF451BD) is known color: Hot Pink. HEX triplet: F4, 51 and BD. RGB value is (244,81,189). Sum of RGB (Red+Green+Blue) = 244+81+189=514 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.47% from 514); Green value is 81 (32.03% from 255 or 15.76% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 244 - color contains mainly: red. Hex color #F451BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F451BD is #0BAE42. Grayscale: #8D8D8D. Windows color (decimal): -765507 or 12407284. OLE color: 12407284.
HSL color Cylindrical-coordinate representation of color #F451BD: hue angle of 320.25º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F451BD is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 81 | 189 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.04 |
| HSL | 320.25º | 0.88% | 0.64% | - |
| HSV(B) | 320.25º | 0.67% | 0.96% | - |
| XYZ | 49.44 | 28.79 | 51.1 | - |
| YUV | 142.05 | 154.5 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 81 | 189 | 0 | 0.67 | 0.23 | 0.04 | 320.25 | 0.88 | 0.64 |
| Hex | F4 | 51 | BD | 0 | 43 | 17 | 4 | 140 | 58 | 40 |
| Octal | 364 | 121 | 275 | 0 | 103 | 27 | 4 | 500 | 130 | 100 |
| Binary | 11110100 | 1010001 | 10111101 | 0 | 1000011 | 10111 | 100 | 101000000 | 1011000 | 1000000 |
Color Harmonies of #F451BD
Complementary color
Monochromatic Colors of #F451BD
Black with #F451BD
Text Example
Text Example
White with #F451BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F451BD; }
p { color: rgb(244,81,189); }
H1.HeaderClassName
{
color: #F451BD;
}
.AnyTagClassName
{
color: #F451BD;
}
</style>
background-color css
<style>
a { background-color: #F451BD; }
a { background-color: rgb(244,81,189); }
div.DivClassName
{
background-color: #F451BD;
}
.BgClassName
{
background-color: #F451BD;
}
</style>
border-color css
<style>
span { border-color: #F451BD; }
span { border-color: rgb(244,81,189); }
td.TdClassName
{
border-color: #F451BD;
}
.TagClassName
{
border-color: #F451BD;
}
</style>