Shades of Magenta #F30BFF
Tints of Magenta #F30BFF
RGB
CMYK
RGB Variations
Color information
#F30BFF (or 0xF30BFF) is known color: Magenta. HEX triplet: F3, 0B and FF. RGB value is (243,11,255). Sum of RGB (Red+Green+Blue) = 243+11+255=509 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.74% from 509); Green value is 11 (4.69% from 255 or 2.16% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #F30BFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F30BFF is #0CF400. Grayscale: #6B6B6B. Windows color (decimal): -848897 or 16714739. OLE color: 16714739.
HSL color Cylindrical-coordinate representation of color #F30BFF: hue angle of 297.05º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F30BFF is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 11 | 255 | - |
| CMYK | 0.05 | 0.96 | 0 | 0 |
| HSL | 297.05º | 1% | 0.52% | - |
| HSV(B) | 297.05º | 0.96% | 1% | - |
| XYZ | 55.13 | 26.51 | 96.82 | - |
| YUV | 108.18 | 210.86 | 224.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 11 | 255 | 0.05 | 0.96 | 0 | 0 | 297.05 | 1 | 0.52 |
| Hex | F3 | B | FF | 5 | 60 | 0 | 0 | 129 | 64 | 34 |
| Octal | 363 | 13 | 377 | 5 | 140 | 0 | 0 | 451 | 144 | 64 |
| Binary | 11110011 | 1011 | 11111111 | 101 | 1100000 | 0 | 0 | 100101001 | 1100100 | 110100 |
Color Harmonies of #F30BFF
Complementary color
Monochromatic Colors of #F30BFF
Black with #F30BFF
Text Example
Text Example
White with #F30BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30BFF; }
p { color: rgb(243,11,255); }
H1.HeaderClassName
{
color: #F30BFF;
}
.AnyTagClassName
{
color: #F30BFF;
}
</style>
background-color css
<style>
a { background-color: #F30BFF; }
a { background-color: rgb(243,11,255); }
div.DivClassName
{
background-color: #F30BFF;
}
.BgClassName
{
background-color: #F30BFF;
}
</style>
border-color css
<style>
span { border-color: #F30BFF; }
span { border-color: rgb(243,11,255); }
td.TdClassName
{
border-color: #F30BFF;
}
.TagClassName
{
border-color: #F30BFF;
}
</style>