Shades of Magenta #F30BFE
Tints of Magenta #F30BFE
RGB
CMYK
RGB Variations
Color information
#F30BFE (or 0xF30BFE) is known color: Magenta. HEX triplet: F3, 0B and FE. RGB value is (243,11,254). Sum of RGB (Red+Green+Blue) = 243+11+254=508 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.83% from 508); Green value is 11 (4.69% from 255 or 2.17% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #F30BFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F30BFE is #0CF401. Grayscale: #6B6B6B. Windows color (decimal): -848898 or 16649203. OLE color: 16649203.
HSL color Cylindrical-coordinate representation of color #F30BFE: hue angle of 297.28º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F30BFE is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 11 | 254 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.00 |
| HSL | 297.28º | 0.99% | 0.52% | - |
| HSV(B) | 297.28º | 0.96% | 1% | - |
| XYZ | 54.97 | 26.45 | 95.97 | - |
| YUV | 108.07 | 210.36 | 224.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 11 | 254 | 0.04 | 0.96 | 0 | 0.00 | 297.28 | 0.99 | 0.52 |
| Hex | F3 | B | FE | 4 | 60 | 0 | 0 | 129 | 63 | 34 |
| Octal | 363 | 13 | 376 | 4 | 140 | 0 | 0 | 451 | 143 | 64 |
| Binary | 11110011 | 1011 | 11111110 | 100 | 1100000 | 0 | 0 | 100101001 | 1100011 | 110100 |
Color Harmonies of #F30BFE
Complementary color
Monochromatic Colors of #F30BFE
Black with #F30BFE
Text Example
Text Example
White with #F30BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30BFE; }
p { color: rgb(243,11,254); }
H1.HeaderClassName
{
color: #F30BFE;
}
.AnyTagClassName
{
color: #F30BFE;
}
</style>
background-color css
<style>
a { background-color: #F30BFE; }
a { background-color: rgb(243,11,254); }
div.DivClassName
{
background-color: #F30BFE;
}
.BgClassName
{
background-color: #F30BFE;
}
</style>
border-color css
<style>
span { border-color: #F30BFE; }
span { border-color: rgb(243,11,254); }
td.TdClassName
{
border-color: #F30BFE;
}
.TagClassName
{
border-color: #F30BFE;
}
</style>