Shades of Hot Magenta #F408CA
Tints of Hot Magenta #F408CA
RGB
CMYK
RGB Variations
Color information
#F408CA (or 0xF408CA) is known color: Hot Magenta. HEX triplet: F4, 08 and CA. RGB value is (244,8,202). Sum of RGB (Red+Green+Blue) = 244+8+202=454 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.74% from 454); Green value is 8 (3.52% from 255 or 1.76% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 244 - color contains mainly: red. Hex color #F408CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F408CA is #0BF735. Grayscale: #646464. Windows color (decimal): -784182 or 13240564. OLE color: 13240564.
HSL color Cylindrical-coordinate representation of color #F408CA: hue angle of 310.68º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F408CA is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 8 | 202 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.04 |
| HSL | 310.68º | 0.94% | 0.49% | - |
| HSV(B) | 310.68º | 0.97% | 0.96% | - |
| XYZ | 48.06 | 23.67 | 57.91 | - |
| YUV | 100.68 | 185.19 | 230.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 8 | 202 | 0 | 0.97 | 0.17 | 0.04 | 310.68 | 0.94 | 0.49 |
| Hex | F4 | 8 | CA | 0 | 61 | 11 | 4 | 137 | 5E | 31 |
| Octal | 364 | 10 | 312 | 0 | 141 | 21 | 4 | 467 | 136 | 61 |
| Binary | 11110100 | 1000 | 11001010 | 0 | 1100001 | 10001 | 100 | 100110111 | 1011110 | 110001 |
Color Harmonies of #F408CA
Complementary color
Monochromatic Colors of #F408CA
Black with #F408CA
Text Example
Text Example
White with #F408CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F408CA; }
p { color: rgb(244,8,202); }
H1.HeaderClassName
{
color: #F408CA;
}
.AnyTagClassName
{
color: #F408CA;
}
</style>
background-color css
<style>
a { background-color: #F408CA; }
a { background-color: rgb(244,8,202); }
div.DivClassName
{
background-color: #F408CA;
}
.BgClassName
{
background-color: #F408CA;
}
</style>
border-color css
<style>
span { border-color: #F408CA; }
span { border-color: rgb(244,8,202); }
td.TdClassName
{
border-color: #F408CA;
}
.TagClassName
{
border-color: #F408CA;
}
</style>