Shades of Magenta #F30FFB
Tints of Magenta #F30FFB
RGB
CMYK
RGB Variations
Color information
#F30FFB (or 0xF30FFB) is known color: Magenta. HEX triplet: F3, 0F and FB. RGB value is (243,15,251). Sum of RGB (Red+Green+Blue) = 243+15+251=509 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.74% from 509); Green value is 15 (6.25% from 255 or 2.95% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #F30FFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F30FFB is #0CF004. Grayscale: #6D6D6D. Windows color (decimal): -847877 or 16453619. OLE color: 16453619.
HSL color Cylindrical-coordinate representation of color #F30FFB: hue angle of 297.97º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F30FFB is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 15 | 251 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.02 |
| HSL | 297.97º | 0.97% | 0.52% | - |
| HSV(B) | 297.97º | 0.94% | 0.98% | - |
| XYZ | 54.55 | 26.36 | 93.48 | - |
| YUV | 110.08 | 207.54 | 222.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 15 | 251 | 0.03 | 0.94 | 0 | 0.02 | 297.97 | 0.97 | 0.52 |
| Hex | F3 | F | FB | 3 | 5E | 0 | 2 | 12A | 61 | 34 |
| Octal | 363 | 17 | 373 | 3 | 136 | 0 | 2 | 452 | 141 | 64 |
| Binary | 11110011 | 1111 | 11111011 | 11 | 1011110 | 0 | 10 | 100101010 | 1100001 | 110100 |
Color Harmonies of #F30FFB
Complementary color
Monochromatic Colors of #F30FFB
Black with #F30FFB
Text Example
Text Example
White with #F30FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30FFB; }
p { color: rgb(243,15,251); }
H1.HeaderClassName
{
color: #F30FFB;
}
.AnyTagClassName
{
color: #F30FFB;
}
</style>
background-color css
<style>
a { background-color: #F30FFB; }
a { background-color: rgb(243,15,251); }
div.DivClassName
{
background-color: #F30FFB;
}
.BgClassName
{
background-color: #F30FFB;
}
</style>
border-color css
<style>
span { border-color: #F30FFB; }
span { border-color: rgb(243,15,251); }
td.TdClassName
{
border-color: #F30FFB;
}
.TagClassName
{
border-color: #F30FFB;
}
</style>