Shades of Magenta #F30DF8
Tints of Magenta #F30DF8
RGB
CMYK
RGB Variations
Color information
#F30DF8 (or 0xF30DF8) is known color: Magenta. HEX triplet: F3, 0D and F8. RGB value is (243,13,248). Sum of RGB (Red+Green+Blue) = 243+13+248=504 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.21% from 504); Green value is 13 (5.47% from 255 or 2.58% from 504); Blue value is 248 (97.27% from 255 or 49.21% from 504); Max value from RGB is 248 - color contains mainly: blue. Hex color #F30DF8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F30DF8 is #0CF207. Grayscale: #6B6B6B. Windows color (decimal): -848392 or 16256499. OLE color: 16256499.
HSL color Cylindrical-coordinate representation of color #F30DF8: hue angle of 298.72º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F30DF8 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 243 | 13 | 248 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.03 |
| HSL | 298.72º | 0.94% | 0.51% | - |
| HSV(B) | 298.72º | 0.95% | 0.97% | - |
| XYZ | 54.05 | 26.12 | 91 | - |
| YUV | 108.56 | 206.7 | 223.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 13 | 248 | 0.02 | 0.95 | 0 | 0.03 | 298.72 | 0.94 | 0.51 |
| Hex | F3 | D | F8 | 2 | 5F | 0 | 3 | 12B | 5E | 33 |
| Octal | 363 | 15 | 370 | 2 | 137 | 0 | 3 | 453 | 136 | 63 |
| Binary | 11110011 | 1101 | 11111000 | 10 | 1011111 | 0 | 11 | 100101011 | 1011110 | 110011 |
Color Harmonies of #F30DF8
Complementary color
Monochromatic Colors of #F30DF8
Black with #F30DF8
Text Example
Text Example
White with #F30DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30DF8; }
p { color: rgb(243,13,248); }
H1.HeaderClassName
{
color: #F30DF8;
}
.AnyTagClassName
{
color: #F30DF8;
}
</style>
background-color css
<style>
a { background-color: #F30DF8; }
a { background-color: rgb(243,13,248); }
div.DivClassName
{
background-color: #F30DF8;
}
.BgClassName
{
background-color: #F30DF8;
}
</style>
border-color css
<style>
span { border-color: #F30DF8; }
span { border-color: rgb(243,13,248); }
td.TdClassName
{
border-color: #F30DF8;
}
.TagClassName
{
border-color: #F30DF8;
}
</style>