Shades of Magenta #F905F1
Tints of Magenta #F905F1
RGB
CMYK
RGB Variations
Color information
#F905F1 (or 0xF905F1) is known color: Magenta. HEX triplet: F9, 05 and F1. RGB value is (249,5,241). Sum of RGB (Red+Green+Blue) = 249+5+241=495 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.30% from 495); Green value is 5 (2.34% from 255 or 1.01% from 495); Blue value is 241 (94.53% from 255 or 48.69% from 495); Max value from RGB is 249 - color contains mainly: red. Hex color #F905F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F905F1 is #06FA0E. Grayscale: #686868. Windows color (decimal): -457231 or 15795705. OLE color: 15795705.
HSL color Cylindrical-coordinate representation of color #F905F1: hue angle of 301.97º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F905F1 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 5 | 241 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.02 |
| HSL | 301.97º | 0.96% | 0.5% | - |
| HSV(B) | 301.97º | 0.98% | 0.98% | - |
| XYZ | 55 | 26.6 | 85.45 | - |
| YUV | 104.86 | 204.84 | 230.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 5 | 241 | 0 | 0.98 | 0.03 | 0.02 | 301.97 | 0.96 | 0.5 |
| Hex | F9 | 5 | F1 | 0 | 62 | 3 | 2 | 12E | 60 | 32 |
| Octal | 371 | 5 | 361 | 0 | 142 | 3 | 2 | 456 | 140 | 62 |
| Binary | 11111001 | 101 | 11110001 | 0 | 1100010 | 11 | 10 | 100101110 | 1100000 | 110010 |
Color Harmonies of #F905F1
Complementary color
Monochromatic Colors of #F905F1
Black with #F905F1
Text Example
Text Example
White with #F905F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F905F1; }
p { color: rgb(249,5,241); }
H1.HeaderClassName
{
color: #F905F1;
}
.AnyTagClassName
{
color: #F905F1;
}
</style>
background-color css
<style>
a { background-color: #F905F1; }
a { background-color: rgb(249,5,241); }
div.DivClassName
{
background-color: #F905F1;
}
.BgClassName
{
background-color: #F905F1;
}
</style>
border-color css
<style>
span { border-color: #F905F1; }
span { border-color: rgb(249,5,241); }
td.TdClassName
{
border-color: #F905F1;
}
.TagClassName
{
border-color: #F905F1;
}
</style>