Shades of Magenta #F908EE
Tints of Magenta #F908EE
RGB
CMYK
RGB Variations
Color information
#F908EE (or 0xF908EE) is known color: Magenta. HEX triplet: F9, 08 and EE. RGB value is (249,8,238). Sum of RGB (Red+Green+Blue) = 249+8+238=495 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.30% from 495); Green value is 8 (3.52% from 255 or 1.62% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 249 - color contains mainly: red. Hex color #F908EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F908EE is #06F711. Grayscale: #696969. Windows color (decimal): -456466 or 15599865. OLE color: 15599865.
HSL color Cylindrical-coordinate representation of color #F908EE: hue angle of 302.74º 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 #F908EE is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 8 | 238 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.02 |
| HSL | 302.74º | 0.95% | 0.5% | - |
| HSV(B) | 302.74º | 0.97% | 0.98% | - |
| XYZ | 54.59 | 26.49 | 83.12 | - |
| YUV | 106.28 | 202.34 | 229.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 8 | 238 | 0 | 0.97 | 0.04 | 0.02 | 302.74 | 0.95 | 0.5 |
| Hex | F9 | 8 | EE | 0 | 61 | 4 | 2 | 12F | 5F | 32 |
| Octal | 371 | 10 | 356 | 0 | 141 | 4 | 2 | 457 | 137 | 62 |
| Binary | 11111001 | 1000 | 11101110 | 0 | 1100001 | 100 | 10 | 100101111 | 1011111 | 110010 |
Color Harmonies of #F908EE
Complementary color
Monochromatic Colors of #F908EE
Black with #F908EE
Text Example
Text Example
White with #F908EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F908EE; }
p { color: rgb(249,8,238); }
H1.HeaderClassName
{
color: #F908EE;
}
.AnyTagClassName
{
color: #F908EE;
}
</style>
background-color css
<style>
a { background-color: #F908EE; }
a { background-color: rgb(249,8,238); }
div.DivClassName
{
background-color: #F908EE;
}
.BgClassName
{
background-color: #F908EE;
}
</style>
border-color css
<style>
span { border-color: #F908EE; }
span { border-color: rgb(249,8,238); }
td.TdClassName
{
border-color: #F908EE;
}
.TagClassName
{
border-color: #F908EE;
}
</style>