Shades of Magenta #F30EFB
Tints of Magenta #F30EFB
RGB
CMYK
RGB Variations
Color information
#F30EFB (or 0xF30EFB) is known color: Magenta. HEX triplet: F3, 0E and FB. RGB value is (243,14,251). Sum of RGB (Red+Green+Blue) = 243+14+251=508 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.83% from 508); Green value is 14 (5.86% from 255 or 2.76% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #F30EFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F30EFB is #0CF104. Grayscale: #6C6C6C. Windows color (decimal): -848133 or 16453363. OLE color: 16453363.
HSL color Cylindrical-coordinate representation of color #F30EFB: hue angle of 297.97º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F30EFB is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 14 | 251 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.02 |
| HSL | 297.97º | 0.97% | 0.52% | - |
| HSV(B) | 297.97º | 0.94% | 0.98% | - |
| XYZ | 54.53 | 26.33 | 93.48 | - |
| YUV | 109.49 | 207.87 | 223.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 14 | 251 | 0.03 | 0.94 | 0 | 0.02 | 297.97 | 0.97 | 0.52 |
| Hex | F3 | E | FB | 3 | 5E | 0 | 2 | 12A | 61 | 34 |
| Octal | 363 | 16 | 373 | 3 | 136 | 0 | 2 | 452 | 141 | 64 |
| Binary | 11110011 | 1110 | 11111011 | 11 | 1011110 | 0 | 10 | 100101010 | 1100001 | 110100 |
Color Harmonies of #F30EFB
Complementary color
Monochromatic Colors of #F30EFB
Black with #F30EFB
Text Example
Text Example
White with #F30EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30EFB; }
p { color: rgb(243,14,251); }
H1.HeaderClassName
{
color: #F30EFB;
}
.AnyTagClassName
{
color: #F30EFB;
}
</style>
background-color css
<style>
a { background-color: #F30EFB; }
a { background-color: rgb(243,14,251); }
div.DivClassName
{
background-color: #F30EFB;
}
.BgClassName
{
background-color: #F30EFB;
}
</style>
border-color css
<style>
span { border-color: #F30EFB; }
span { border-color: rgb(243,14,251); }
td.TdClassName
{
border-color: #F30EFB;
}
.TagClassName
{
border-color: #F30EFB;
}
</style>