Shades of Magenta #F318FF
Tints of Magenta #F318FF
RGB
CMYK
RGB Variations
Color information
#F318FF (or 0xF318FF) is known color: Magenta. HEX triplet: F3, 18 and FF. RGB value is (243,24,255). Sum of RGB (Red+Green+Blue) = 243+24+255=522 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.55% from 522); Green value is 24 (9.77% from 255 or 4.60% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #F318FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F318FF is #0CE700. Grayscale: #737373. Windows color (decimal): -845569 or 16718067. OLE color: 16718067.
HSL color Cylindrical-coordinate representation of color #F318FF: hue angle of 296.88º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F318FF is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 24 | 255 | - |
| CMYK | 0.05 | 0.91 | 0 | 0 |
| HSL | 296.88º | 1% | 0.55% | - |
| HSV(B) | 296.88º | 0.91% | 1% | - |
| XYZ | 55.34 | 26.93 | 96.89 | - |
| YUV | 115.82 | 206.55 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 255 | 0.05 | 0.91 | 0 | 0 | 296.88 | 1 | 0.55 |
| Hex | F3 | 18 | FF | 5 | 5B | 0 | 0 | 129 | 64 | 37 |
| Octal | 363 | 30 | 377 | 5 | 133 | 0 | 0 | 451 | 144 | 67 |
| Binary | 11110011 | 11000 | 11111111 | 101 | 1011011 | 0 | 0 | 100101001 | 1100100 | 110111 |
Color Harmonies of #F318FF
Complementary color
Monochromatic Colors of #F318FF
Black with #F318FF
Text Example
Text Example
White with #F318FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F318FF; }
p { color: rgb(243,24,255); }
H1.HeaderClassName
{
color: #F318FF;
}
.AnyTagClassName
{
color: #F318FF;
}
</style>
background-color css
<style>
a { background-color: #F318FF; }
a { background-color: rgb(243,24,255); }
div.DivClassName
{
background-color: #F318FF;
}
.BgClassName
{
background-color: #F318FF;
}
</style>
border-color css
<style>
span { border-color: #F318FF; }
span { border-color: rgb(243,24,255); }
td.TdClassName
{
border-color: #F318FF;
}
.TagClassName
{
border-color: #F318FF;
}
</style>