Shades of Magenta #F30FFC
Tints of Magenta #F30FFC
RGB
CMYK
RGB Variations
Color information
#F30FFC (or 0xF30FFC) is known color: Magenta. HEX triplet: F3, 0F and FC. RGB value is (243,15,252). Sum of RGB (Red+Green+Blue) = 243+15+252=510 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.65% from 510); Green value is 15 (6.25% from 255 or 2.94% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #F30FFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F30FFC is #0CF003. Grayscale: #6D6D6D. Windows color (decimal): -847876 or 16519155. OLE color: 16519155.
HSL color Cylindrical-coordinate representation of color #F30FFC: hue angle of 297.72º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F30FFC is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 15 | 252 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.01 |
| HSL | 297.72º | 0.98% | 0.52% | - |
| HSV(B) | 297.72º | 0.94% | 0.99% | - |
| XYZ | 54.7 | 26.42 | 94.31 | - |
| YUV | 110.19 | 208.04 | 222.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 15 | 252 | 0.04 | 0.94 | 0 | 0.01 | 297.72 | 0.98 | 0.52 |
| Hex | F3 | F | FC | 4 | 5E | 0 | 1 | 12A | 62 | 34 |
| Octal | 363 | 17 | 374 | 4 | 136 | 0 | 1 | 452 | 142 | 64 |
| Binary | 11110011 | 1111 | 11111100 | 100 | 1011110 | 0 | 1 | 100101010 | 1100010 | 110100 |
Color Harmonies of #F30FFC
Complementary color
Monochromatic Colors of #F30FFC
Black with #F30FFC
Text Example
Text Example
White with #F30FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30FFC; }
p { color: rgb(243,15,252); }
H1.HeaderClassName
{
color: #F30FFC;
}
.AnyTagClassName
{
color: #F30FFC;
}
</style>
background-color css
<style>
a { background-color: #F30FFC; }
a { background-color: rgb(243,15,252); }
div.DivClassName
{
background-color: #F30FFC;
}
.BgClassName
{
background-color: #F30FFC;
}
</style>
border-color css
<style>
span { border-color: #F30FFC; }
span { border-color: rgb(243,15,252); }
td.TdClassName
{
border-color: #F30FFC;
}
.TagClassName
{
border-color: #F30FFC;
}
</style>