Shades of Hot Pink #F458BC
Tints of Hot Pink #F458BC
RGB
CMYK
RGB Variations
Color information
#F458BC (or 0xF458BC) is known color: Hot Pink. HEX triplet: F4, 58 and BC. RGB value is (244,88,188). Sum of RGB (Red+Green+Blue) = 244+88+188=520 (68% of max value = 765). Red value is 244 (95.70% from 255 or 46.92% from 520); Green value is 88 (34.77% from 255 or 16.92% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 244 - color contains mainly: red. Hex color #F458BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F458BC is #0BA743. Grayscale: #919191. Windows color (decimal): -763716 or 12343540. OLE color: 12343540.
HSL color Cylindrical-coordinate representation of color #F458BC: hue angle of 321.54º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F458BC is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 88 | 188 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.04 |
| HSL | 321.54º | 0.88% | 0.65% | - |
| HSV(B) | 321.54º | 0.64% | 0.96% | - |
| XYZ | 49.88 | 29.84 | 50.71 | - |
| YUV | 146.04 | 151.68 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 88 | 188 | 0 | 0.64 | 0.23 | 0.04 | 321.54 | 0.88 | 0.65 |
| Hex | F4 | 58 | BC | 0 | 40 | 17 | 4 | 142 | 58 | 41 |
| Octal | 364 | 130 | 274 | 0 | 100 | 27 | 4 | 502 | 130 | 101 |
| Binary | 11110100 | 1011000 | 10111100 | 0 | 1000000 | 10111 | 100 | 101000010 | 1011000 | 1000001 |
Color Harmonies of #F458BC
Complementary color
Monochromatic Colors of #F458BC
Black with #F458BC
Text Example
Text Example
White with #F458BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F458BC; }
p { color: rgb(244,88,188); }
H1.HeaderClassName
{
color: #F458BC;
}
.AnyTagClassName
{
color: #F458BC;
}
</style>
background-color css
<style>
a { background-color: #F458BC; }
a { background-color: rgb(244,88,188); }
div.DivClassName
{
background-color: #F458BC;
}
.BgClassName
{
background-color: #F458BC;
}
</style>
border-color css
<style>
span { border-color: #F458BC; }
span { border-color: rgb(244,88,188); }
td.TdClassName
{
border-color: #F458BC;
}
.TagClassName
{
border-color: #F458BC;
}
</style>