Shades of Magenta #F30CE5
Tints of Magenta #F30CE5
RGB
CMYK
RGB Variations
Color information
#F30CE5 (or 0xF30CE5) is known color: Magenta. HEX triplet: F3, 0C and E5. RGB value is (243,12,229). Sum of RGB (Red+Green+Blue) = 243+12+229=484 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.21% from 484); Green value is 12 (5.08% from 255 or 2.48% from 484); Blue value is 229 (89.84% from 255 or 47.31% from 484); Max value from RGB is 243 - color contains mainly: red. Hex color #F30CE5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30CE5 is #0CF31A. Grayscale: #696969. Windows color (decimal): -848667 or 15011059. OLE color: 15011059.
HSL color Cylindrical-coordinate representation of color #F30CE5: hue angle of 303.64º 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 #F30CE5 is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 12 | 229 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.05 |
| HSL | 303.64º | 0.91% | 0.5% | - |
| HSV(B) | 303.64º | 0.95% | 0.95% | - |
| XYZ | 51.24 | 24.97 | 76.25 | - |
| YUV | 105.81 | 197.53 | 225.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 12 | 229 | 0 | 0.95 | 0.06 | 0.05 | 303.64 | 0.91 | 0.5 |
| Hex | F3 | C | E5 | 0 | 5F | 6 | 5 | 130 | 5B | 32 |
| Octal | 363 | 14 | 345 | 0 | 137 | 6 | 5 | 460 | 133 | 62 |
| Binary | 11110011 | 1100 | 11100101 | 0 | 1011111 | 110 | 101 | 100110000 | 1011011 | 110010 |
Color Harmonies of #F30CE5
Complementary color
Monochromatic Colors of #F30CE5
Black with #F30CE5
Text Example
Text Example
White with #F30CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30CE5; }
p { color: rgb(243,12,229); }
H1.HeaderClassName
{
color: #F30CE5;
}
.AnyTagClassName
{
color: #F30CE5;
}
</style>
background-color css
<style>
a { background-color: #F30CE5; }
a { background-color: rgb(243,12,229); }
div.DivClassName
{
background-color: #F30CE5;
}
.BgClassName
{
background-color: #F30CE5;
}
</style>
border-color css
<style>
span { border-color: #F30CE5; }
span { border-color: rgb(243,12,229); }
td.TdClassName
{
border-color: #F30CE5;
}
.TagClassName
{
border-color: #F30CE5;
}
</style>