Shades of Hot Magenta #F10CDA
Tints of Hot Magenta #F10CDA
RGB
CMYK
RGB Variations
Color information
#F10CDA (or 0xF10CDA) is known color: Hot Magenta. HEX triplet: F1, 0C and DA. RGB value is (241,12,218). Sum of RGB (Red+Green+Blue) = 241+12+218=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 12 (5.08% from 255 or 2.55% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F10CDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10CDA is #0EF325. Grayscale: #676767. Windows color (decimal): -979750 or 14290161. OLE color: 14290161.
HSL color Cylindrical-coordinate representation of color #F10CDA: hue angle of 306.03º degrees, saturation: 0.91, 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 #F10CDA is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 12 | 218 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.05 |
| HSL | 306.03º | 0.91% | 0.5% | - |
| HSV(B) | 306.03º | 0.95% | 0.95% | - |
| XYZ | 49.06 | 24.03 | 68.38 | - |
| YUV | 103.96 | 192.37 | 225.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 12 | 218 | 0 | 0.95 | 0.10 | 0.05 | 306.03 | 0.91 | 0.5 |
| Hex | F1 | C | DA | 0 | 5F | A | 5 | 132 | 5B | 32 |
| Octal | 361 | 14 | 332 | 0 | 137 | 12 | 5 | 462 | 133 | 62 |
| Binary | 11110001 | 1100 | 11011010 | 0 | 1011111 | 1010 | 101 | 100110010 | 1011011 | 110010 |
Color Harmonies of #F10CDA
Complementary color
Monochromatic Colors of #F10CDA
Black with #F10CDA
Text Example
Text Example
White with #F10CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10CDA; }
p { color: rgb(241,12,218); }
H1.HeaderClassName
{
color: #F10CDA;
}
.AnyTagClassName
{
color: #F10CDA;
}
</style>
background-color css
<style>
a { background-color: #F10CDA; }
a { background-color: rgb(241,12,218); }
div.DivClassName
{
background-color: #F10CDA;
}
.BgClassName
{
background-color: #F10CDA;
}
</style>
border-color css
<style>
span { border-color: #F10CDA; }
span { border-color: rgb(241,12,218); }
td.TdClassName
{
border-color: #F10CDA;
}
.TagClassName
{
border-color: #F10CDA;
}
</style>