Shades of Hot Magenta #F10DDF
Tints of Hot Magenta #F10DDF
RGB
CMYK
RGB Variations
Color information
#F10DDF (or 0xF10DDF) is known color: Hot Magenta. HEX triplet: F1, 0D and DF. RGB value is (241,13,223). Sum of RGB (Red+Green+Blue) = 241+13+223=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 13 (5.47% from 255 or 2.73% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F10DDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10DDF is #0EF220. Grayscale: #686868. Windows color (decimal): -979489 or 14618097. OLE color: 14618097.
HSL color Cylindrical-coordinate representation of color #F10DDF: hue angle of 304.74º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F10DDF is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 13 | 223 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.05 |
| HSL | 304.74º | 0.9% | 0.5% | - |
| HSV(B) | 304.74º | 0.95% | 0.95% | - |
| XYZ | 49.74 | 24.32 | 71.88 | - |
| YUV | 105.11 | 194.54 | 224.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 13 | 223 | 0 | 0.95 | 0.07 | 0.05 | 304.74 | 0.9 | 0.5 |
| Hex | F1 | D | DF | 0 | 5F | 7 | 5 | 131 | 5A | 32 |
| Octal | 361 | 15 | 337 | 0 | 137 | 7 | 5 | 461 | 132 | 62 |
| Binary | 11110001 | 1101 | 11011111 | 0 | 1011111 | 111 | 101 | 100110001 | 1011010 | 110010 |
Color Harmonies of #F10DDF
Complementary color
Monochromatic Colors of #F10DDF
Black with #F10DDF
Text Example
Text Example
White with #F10DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10DDF; }
p { color: rgb(241,13,223); }
H1.HeaderClassName
{
color: #F10DDF;
}
.AnyTagClassName
{
color: #F10DDF;
}
</style>
background-color css
<style>
a { background-color: #F10DDF; }
a { background-color: rgb(241,13,223); }
div.DivClassName
{
background-color: #F10DDF;
}
.BgClassName
{
background-color: #F10DDF;
}
</style>
border-color css
<style>
span { border-color: #F10DDF; }
span { border-color: rgb(241,13,223); }
td.TdClassName
{
border-color: #F10DDF;
}
.TagClassName
{
border-color: #F10DDF;
}
</style>