Shades of Magenta #F30CFE
Tints of Magenta #F30CFE
RGB
CMYK
RGB Variations
Color information
#F30CFE (or 0xF30CFE) is known color: Magenta. HEX triplet: F3, 0C and FE. RGB value is (243,12,254). Sum of RGB (Red+Green+Blue) = 243+12+254=509 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.74% from 509); Green value is 12 (5.08% from 255 or 2.36% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #F30CFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F30CFE is #0CF301. Grayscale: #6B6B6B. Windows color (decimal): -848642 or 16649459. OLE color: 16649459.
HSL color Cylindrical-coordinate representation of color #F30CFE: hue angle of 297.27º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F30CFE is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 12 | 254 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.00 |
| HSL | 297.27º | 0.99% | 0.52% | - |
| HSV(B) | 297.27º | 0.95% | 1% | - |
| XYZ | 54.98 | 26.47 | 95.98 | - |
| YUV | 108.66 | 210.03 | 223.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 12 | 254 | 0.04 | 0.95 | 0 | 0.00 | 297.27 | 0.99 | 0.52 |
| Hex | F3 | C | FE | 4 | 5F | 0 | 0 | 129 | 63 | 34 |
| Octal | 363 | 14 | 376 | 4 | 137 | 0 | 0 | 451 | 143 | 64 |
| Binary | 11110011 | 1100 | 11111110 | 100 | 1011111 | 0 | 0 | 100101001 | 1100011 | 110100 |
Color Harmonies of #F30CFE
Complementary color
Monochromatic Colors of #F30CFE
Black with #F30CFE
Text Example
Text Example
White with #F30CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30CFE; }
p { color: rgb(243,12,254); }
H1.HeaderClassName
{
color: #F30CFE;
}
.AnyTagClassName
{
color: #F30CFE;
}
</style>
background-color css
<style>
a { background-color: #F30CFE; }
a { background-color: rgb(243,12,254); }
div.DivClassName
{
background-color: #F30CFE;
}
.BgClassName
{
background-color: #F30CFE;
}
</style>
border-color css
<style>
span { border-color: #F30CFE; }
span { border-color: rgb(243,12,254); }
td.TdClassName
{
border-color: #F30CFE;
}
.TagClassName
{
border-color: #F30CFE;
}
</style>