Shades of Magenta #F908ED
Tints of Magenta #F908ED
RGB
CMYK
RGB Variations
Color information
#F908ED (or 0xF908ED) is known color: Magenta. HEX triplet: F9, 08 and ED. RGB value is (249,8,237). Sum of RGB (Red+Green+Blue) = 249+8+237=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 8 (3.52% from 255 or 1.62% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F908ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F908ED is #06F712. Grayscale: #696969. Windows color (decimal): -456467 or 15534329. OLE color: 15534329.
HSL color Cylindrical-coordinate representation of color #F908ED: hue angle of 302.99º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F908ED is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 8 | 237 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.02 |
| HSL | 302.99º | 0.95% | 0.5% | - |
| HSV(B) | 302.99º | 0.97% | 0.98% | - |
| XYZ | 54.44 | 26.43 | 82.35 | - |
| YUV | 106.17 | 201.84 | 229.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 8 | 237 | 0 | 0.97 | 0.05 | 0.02 | 302.99 | 0.95 | 0.5 |
| Hex | F9 | 8 | ED | 0 | 61 | 5 | 2 | 12F | 5F | 32 |
| Octal | 371 | 10 | 355 | 0 | 141 | 5 | 2 | 457 | 137 | 62 |
| Binary | 11111001 | 1000 | 11101101 | 0 | 1100001 | 101 | 10 | 100101111 | 1011111 | 110010 |
Color Harmonies of #F908ED
Complementary color
Monochromatic Colors of #F908ED
Black with #F908ED
Text Example
Text Example
White with #F908ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F908ED; }
p { color: rgb(249,8,237); }
H1.HeaderClassName
{
color: #F908ED;
}
.AnyTagClassName
{
color: #F908ED;
}
</style>
background-color css
<style>
a { background-color: #F908ED; }
a { background-color: rgb(249,8,237); }
div.DivClassName
{
background-color: #F908ED;
}
.BgClassName
{
background-color: #F908ED;
}
</style>
border-color css
<style>
span { border-color: #F908ED; }
span { border-color: rgb(249,8,237); }
td.TdClassName
{
border-color: #F908ED;
}
.TagClassName
{
border-color: #F908ED;
}
</style>