Shades of Magenta #F81CED
Tints of Magenta #F81CED
RGB
CMYK
RGB Variations
Color information
#F81CED (or 0xF81CED) is known color: Magenta. HEX triplet: F8, 1C and ED. RGB value is (248,28,237). Sum of RGB (Red+Green+Blue) = 248+28+237=513 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.34% from 513); Green value is 28 (11.33% from 255 or 5.46% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 248 - color contains mainly: red. Hex color #F81CED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81CED is #07E312. Grayscale: #747474. Windows color (decimal): -516883 or 15539448. OLE color: 15539448.
HSL color Cylindrical-coordinate representation of color #F81CED: hue angle of 303º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F81CED is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 28 | 237 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.03 |
| HSL | 303º | 0.94% | 0.54% | - |
| HSV(B) | 303º | 0.89% | 0.97% | - |
| XYZ | 54.41 | 26.9 | 82.45 | - |
| YUV | 117.61 | 195.39 | 221.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 28 | 237 | 0 | 0.89 | 0.04 | 0.03 | 303 | 0.94 | 0.54 |
| Hex | F8 | 1C | ED | 0 | 59 | 4 | 3 | 12F | 5E | 36 |
| Octal | 370 | 34 | 355 | 0 | 131 | 4 | 3 | 457 | 136 | 66 |
| Binary | 11111000 | 11100 | 11101101 | 0 | 1011001 | 100 | 11 | 100101111 | 1011110 | 110110 |
Color Harmonies of #F81CED
Complementary color
Monochromatic Colors of #F81CED
Black with #F81CED
Text Example
Text Example
White with #F81CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81CED; }
p { color: rgb(248,28,237); }
H1.HeaderClassName
{
color: #F81CED;
}
.AnyTagClassName
{
color: #F81CED;
}
</style>
background-color css
<style>
a { background-color: #F81CED; }
a { background-color: rgb(248,28,237); }
div.DivClassName
{
background-color: #F81CED;
}
.BgClassName
{
background-color: #F81CED;
}
</style>
border-color css
<style>
span { border-color: #F81CED; }
span { border-color: rgb(248,28,237); }
td.TdClassName
{
border-color: #F81CED;
}
.TagClassName
{
border-color: #F81CED;
}
</style>