Shades of Magenta #F908F5
Tints of Magenta #F908F5
RGB
CMYK
RGB Variations
Color information
#F908F5 (or 0xF908F5) is known color: Magenta. HEX triplet: F9, 08 and F5. RGB value is (249,8,245). Sum of RGB (Red+Green+Blue) = 249+8+245=502 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.60% from 502); Green value is 8 (3.52% from 255 or 1.59% from 502); Blue value is 245 (96.09% from 255 or 48.80% from 502); Max value from RGB is 249 - color contains mainly: red. Hex color #F908F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F908F5 is #06F70A. Grayscale: #6A6A6A. Windows color (decimal): -456459 or 16058617. OLE color: 16058617.
HSL color Cylindrical-coordinate representation of color #F908F5: hue angle of 301º 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 #F908F5 is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 8 | 245 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.02 |
| HSL | 301º | 0.95% | 0.5% | - |
| HSV(B) | 301º | 0.97% | 0.98% | - |
| XYZ | 55.64 | 26.91 | 88.65 | - |
| YUV | 107.08 | 205.84 | 229.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 8 | 245 | 0 | 0.97 | 0.02 | 0.02 | 301 | 0.95 | 0.5 |
| Hex | F9 | 8 | F5 | 0 | 61 | 2 | 2 | 12D | 5F | 32 |
| Octal | 371 | 10 | 365 | 0 | 141 | 2 | 2 | 455 | 137 | 62 |
| Binary | 11111001 | 1000 | 11110101 | 0 | 1100001 | 10 | 10 | 100101101 | 1011111 | 110010 |
Color Harmonies of #F908F5
Complementary color
Monochromatic Colors of #F908F5
Black with #F908F5
Text Example
Text Example
White with #F908F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F908F5; }
p { color: rgb(249,8,245); }
H1.HeaderClassName
{
color: #F908F5;
}
.AnyTagClassName
{
color: #F908F5;
}
</style>
background-color css
<style>
a { background-color: #F908F5; }
a { background-color: rgb(249,8,245); }
div.DivClassName
{
background-color: #F908F5;
}
.BgClassName
{
background-color: #F908F5;
}
</style>
border-color css
<style>
span { border-color: #F908F5; }
span { border-color: rgb(249,8,245); }
td.TdClassName
{
border-color: #F908F5;
}
.TagClassName
{
border-color: #F908F5;
}
</style>