Shades of Hot Pink #F450BE
Tints of Hot Pink #F450BE
RGB
CMYK
RGB Variations
Color information
#F450BE (or 0xF450BE) is known color: Hot Pink. HEX triplet: F4, 50 and BE. RGB value is (244,80,190). Sum of RGB (Red+Green+Blue) = 244+80+190=514 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.47% from 514); Green value is 80 (31.64% from 255 or 15.56% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 244 - color contains mainly: red. Hex color #F450BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F450BE is #0BAF41. Grayscale: #8D8D8D. Windows color (decimal): -765762 or 12472564. OLE color: 12472564.
HSL color Cylindrical-coordinate representation of color #F450BE: hue angle of 319.76º 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 #F450BE is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 80 | 190 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.04 |
| HSL | 319.76º | 0.88% | 0.64% | - |
| HSV(B) | 319.76º | 0.67% | 0.96% | - |
| XYZ | 49.47 | 28.69 | 51.65 | - |
| YUV | 141.58 | 155.33 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 80 | 190 | 0 | 0.67 | 0.22 | 0.04 | 319.76 | 0.88 | 0.64 |
| Hex | F4 | 50 | BE | 0 | 43 | 16 | 4 | 140 | 58 | 40 |
| Octal | 364 | 120 | 276 | 0 | 103 | 26 | 4 | 500 | 130 | 100 |
| Binary | 11110100 | 1010000 | 10111110 | 0 | 1000011 | 10110 | 100 | 101000000 | 1011000 | 1000000 |
Color Harmonies of #F450BE
Complementary color
Monochromatic Colors of #F450BE
Black with #F450BE
Text Example
Text Example
White with #F450BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F450BE; }
p { color: rgb(244,80,190); }
H1.HeaderClassName
{
color: #F450BE;
}
.AnyTagClassName
{
color: #F450BE;
}
</style>
background-color css
<style>
a { background-color: #F450BE; }
a { background-color: rgb(244,80,190); }
div.DivClassName
{
background-color: #F450BE;
}
.BgClassName
{
background-color: #F450BE;
}
</style>
border-color css
<style>
span { border-color: #F450BE; }
span { border-color: rgb(244,80,190); }
td.TdClassName
{
border-color: #F450BE;
}
.TagClassName
{
border-color: #F450BE;
}
</style>