Shades of Hot Magenta #F810D4
Tints of Hot Magenta #F810D4
RGB
CMYK
RGB Variations
Color information
#F810D4 (or 0xF810D4) is known color: Hot Magenta. HEX triplet: F8, 10 and D4. RGB value is (248,16,212). Sum of RGB (Red+Green+Blue) = 248+16+212=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 16 (6.64% from 255 or 3.36% from 476); Blue value is 212 (83.20% from 255 or 44.54% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F810D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F810D4 is #07EF2B. Grayscale: #6B6B6B. Windows color (decimal): -519980 or 13897976. OLE color: 13897976.
HSL color Cylindrical-coordinate representation of color #F810D4: hue angle of 309.31º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F810D4 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 16 | 212 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.03 |
| HSL | 309.31º | 0.94% | 0.52% | - |
| HSV(B) | 309.31º | 0.94% | 0.97% | - |
| XYZ | 50.78 | 25.08 | 64.45 | - |
| YUV | 107.71 | 186.86 | 228.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 16 | 212 | 0 | 0.94 | 0.15 | 0.03 | 309.31 | 0.94 | 0.52 |
| Hex | F8 | 10 | D4 | 0 | 5E | F | 3 | 135 | 5E | 34 |
| Octal | 370 | 20 | 324 | 0 | 136 | 17 | 3 | 465 | 136 | 64 |
| Binary | 11111000 | 10000 | 11010100 | 0 | 1011110 | 1111 | 11 | 100110101 | 1011110 | 110100 |
Color Harmonies of #F810D4
Complementary color
Monochromatic Colors of #F810D4
Black with #F810D4
Text Example
Text Example
White with #F810D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F810D4; }
p { color: rgb(248,16,212); }
H1.HeaderClassName
{
color: #F810D4;
}
.AnyTagClassName
{
color: #F810D4;
}
</style>
background-color css
<style>
a { background-color: #F810D4; }
a { background-color: rgb(248,16,212); }
div.DivClassName
{
background-color: #F810D4;
}
.BgClassName
{
background-color: #F810D4;
}
</style>
border-color css
<style>
span { border-color: #F810D4; }
span { border-color: rgb(248,16,212); }
td.TdClassName
{
border-color: #F810D4;
}
.TagClassName
{
border-color: #F810D4;
}
</style>