Shades of Magenta #F30FF8
Tints of Magenta #F30FF8
RGB
CMYK
RGB Variations
Color information
#F30FF8 (or 0xF30FF8) is known color: Magenta. HEX triplet: F3, 0F and F8. RGB value is (243,15,248). Sum of RGB (Red+Green+Blue) = 243+15+248=506 (67% of max value = 765). Red value is 243 (95.31% from 255 or 48.02% from 506); Green value is 15 (6.25% from 255 or 2.96% from 506); Blue value is 248 (97.27% from 255 or 49.01% from 506); Max value from RGB is 248 - color contains mainly: blue. Hex color #F30FF8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F30FF8 is #0CF007. Grayscale: #6D6D6D. Windows color (decimal): -847880 or 16257011. OLE color: 16257011.
HSL color Cylindrical-coordinate representation of color #F30FF8: hue angle of 298.71º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F30FF8 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 243 | 15 | 248 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.03 |
| HSL | 298.71º | 0.94% | 0.52% | - |
| HSV(B) | 298.71º | 0.94% | 0.97% | - |
| XYZ | 54.08 | 26.17 | 91.01 | - |
| YUV | 109.73 | 206.04 | 223.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 15 | 248 | 0.02 | 0.94 | 0 | 0.03 | 298.71 | 0.94 | 0.52 |
| Hex | F3 | F | F8 | 2 | 5E | 0 | 3 | 12B | 5E | 34 |
| Octal | 363 | 17 | 370 | 2 | 136 | 0 | 3 | 453 | 136 | 64 |
| Binary | 11110011 | 1111 | 11111000 | 10 | 1011110 | 0 | 11 | 100101011 | 1011110 | 110100 |
Color Harmonies of #F30FF8
Complementary color
Monochromatic Colors of #F30FF8
Black with #F30FF8
Text Example
Text Example
White with #F30FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30FF8; }
p { color: rgb(243,15,248); }
H1.HeaderClassName
{
color: #F30FF8;
}
.AnyTagClassName
{
color: #F30FF8;
}
</style>
background-color css
<style>
a { background-color: #F30FF8; }
a { background-color: rgb(243,15,248); }
div.DivClassName
{
background-color: #F30FF8;
}
.BgClassName
{
background-color: #F30FF8;
}
</style>
border-color css
<style>
span { border-color: #F30FF8; }
span { border-color: rgb(243,15,248); }
td.TdClassName
{
border-color: #F30FF8;
}
.TagClassName
{
border-color: #F30FF8;
}
</style>