Shades of Hot Pink #F454BC
Tints of Hot Pink #F454BC
RGB
CMYK
RGB Variations
Color information
#F454BC (or 0xF454BC) is known color: Hot Pink. HEX triplet: F4, 54 and BC. RGB value is (244,84,188). Sum of RGB (Red+Green+Blue) = 244+84+188=516 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.29% from 516); Green value is 84 (33.20% from 255 or 16.28% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 244 - color contains mainly: red. Hex color #F454BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F454BC is #0BAB43. Grayscale: #8F8F8F. Windows color (decimal): -764740 or 12342516. OLE color: 12342516.
HSL color Cylindrical-coordinate representation of color #F454BC: hue angle of 321º 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 #F454BC is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 84 | 188 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.04 |
| HSL | 321º | 0.88% | 0.64% | - |
| HSV(B) | 321º | 0.66% | 0.96% | - |
| XYZ | 49.56 | 29.2 | 50.6 | - |
| YUV | 143.7 | 153.01 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 84 | 188 | 0 | 0.66 | 0.23 | 0.04 | 321 | 0.88 | 0.64 |
| Hex | F4 | 54 | BC | 0 | 42 | 17 | 4 | 141 | 58 | 40 |
| Octal | 364 | 124 | 274 | 0 | 102 | 27 | 4 | 501 | 130 | 100 |
| Binary | 11110100 | 1010100 | 10111100 | 0 | 1000010 | 10111 | 100 | 101000001 | 1011000 | 1000000 |
Color Harmonies of #F454BC
Complementary color
Monochromatic Colors of #F454BC
Black with #F454BC
Text Example
Text Example
White with #F454BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F454BC; }
p { color: rgb(244,84,188); }
H1.HeaderClassName
{
color: #F454BC;
}
.AnyTagClassName
{
color: #F454BC;
}
</style>
background-color css
<style>
a { background-color: #F454BC; }
a { background-color: rgb(244,84,188); }
div.DivClassName
{
background-color: #F454BC;
}
.BgClassName
{
background-color: #F454BC;
}
</style>
border-color css
<style>
span { border-color: #F454BC; }
span { border-color: rgb(244,84,188); }
td.TdClassName
{
border-color: #F454BC;
}
.TagClassName
{
border-color: #F454BC;
}
</style>