Shades of Magenta #F908F2
Tints of Magenta #F908F2
RGB
CMYK
RGB Variations
Color information
#F908F2 (or 0xF908F2) is known color: Magenta. HEX triplet: F9, 08 and F2. RGB value is (249,8,242). Sum of RGB (Red+Green+Blue) = 249+8+242=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 8 (3.52% from 255 or 1.60% from 499); Blue value is 242 (94.92% from 255 or 48.50% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F908F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F908F2 is #06F70D. Grayscale: #6A6A6A. Windows color (decimal): -456462 or 15862009. OLE color: 15862009.
HSL color Cylindrical-coordinate representation of color #F908F2: hue angle of 301.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 #F908F2 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 8 | 242 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.02 |
| HSL | 301.74º | 0.95% | 0.5% | - |
| HSV(B) | 301.74º | 0.97% | 0.98% | - |
| XYZ | 55.18 | 26.72 | 86.25 | - |
| YUV | 106.74 | 204.34 | 229.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 8 | 242 | 0 | 0.97 | 0.03 | 0.02 | 301.74 | 0.95 | 0.5 |
| Hex | F9 | 8 | F2 | 0 | 61 | 3 | 2 | 12E | 5F | 32 |
| Octal | 371 | 10 | 362 | 0 | 141 | 3 | 2 | 456 | 137 | 62 |
| Binary | 11111001 | 1000 | 11110010 | 0 | 1100001 | 11 | 10 | 100101110 | 1011111 | 110010 |
Color Harmonies of #F908F2
Complementary color
Monochromatic Colors of #F908F2
Black with #F908F2
Text Example
Text Example
White with #F908F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F908F2; }
p { color: rgb(249,8,242); }
H1.HeaderClassName
{
color: #F908F2;
}
.AnyTagClassName
{
color: #F908F2;
}
</style>
background-color css
<style>
a { background-color: #F908F2; }
a { background-color: rgb(249,8,242); }
div.DivClassName
{
background-color: #F908F2;
}
.BgClassName
{
background-color: #F908F2;
}
</style>
border-color css
<style>
span { border-color: #F908F2; }
span { border-color: rgb(249,8,242); }
td.TdClassName
{
border-color: #F908F2;
}
.TagClassName
{
border-color: #F908F2;
}
</style>