Shades of Magenta #F30BFC
Tints of Magenta #F30BFC
RGB
CMYK
RGB Variations
Color information
#F30BFC (or 0xF30BFC) is known color: Magenta. HEX triplet: F3, 0B and FC. RGB value is (243,11,252). Sum of RGB (Red+Green+Blue) = 243+11+252=506 (67% of max value = 765). Red value is 243 (95.31% from 255 or 48.02% from 506); Green value is 11 (4.69% from 255 or 2.17% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #F30BFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F30BFC is #0CF403. Grayscale: #6B6B6B. Windows color (decimal): -848900 or 16518131. OLE color: 16518131.
HSL color Cylindrical-coordinate representation of color #F30BFC: hue angle of 297.76º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F30BFC is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 11 | 252 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.01 |
| HSL | 297.76º | 0.98% | 0.52% | - |
| HSV(B) | 297.76º | 0.96% | 0.99% | - |
| XYZ | 54.65 | 26.32 | 94.3 | - |
| YUV | 107.84 | 209.36 | 224.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 11 | 252 | 0.04 | 0.96 | 0 | 0.01 | 297.76 | 0.98 | 0.52 |
| Hex | F3 | B | FC | 4 | 60 | 0 | 1 | 12A | 62 | 34 |
| Octal | 363 | 13 | 374 | 4 | 140 | 0 | 1 | 452 | 142 | 64 |
| Binary | 11110011 | 1011 | 11111100 | 100 | 1100000 | 0 | 1 | 100101010 | 1100010 | 110100 |
Color Harmonies of #F30BFC
Complementary color
Monochromatic Colors of #F30BFC
Black with #F30BFC
Text Example
Text Example
White with #F30BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30BFC; }
p { color: rgb(243,11,252); }
H1.HeaderClassName
{
color: #F30BFC;
}
.AnyTagClassName
{
color: #F30BFC;
}
</style>
background-color css
<style>
a { background-color: #F30BFC; }
a { background-color: rgb(243,11,252); }
div.DivClassName
{
background-color: #F30BFC;
}
.BgClassName
{
background-color: #F30BFC;
}
</style>
border-color css
<style>
span { border-color: #F30BFC; }
span { border-color: rgb(243,11,252); }
td.TdClassName
{
border-color: #F30BFC;
}
.TagClassName
{
border-color: #F30BFC;
}
</style>