Shades of Magenta #F900FF
Tints of Magenta #F900FF
RGB
CMYK
RGB Variations
Color information
#F900FF (or 0xF900FF) is known color: Magenta. HEX triplet: F9, 00 and FF. RGB value is (249,0,255). Sum of RGB (Red+Green+Blue) = 249+0+255=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 0 (0.39% from 255 or 0% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #F900FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F900FF is #06FF00. Grayscale: #666666. Windows color (decimal): -458497 or 16711929. OLE color: 16711929.
HSL color Cylindrical-coordinate representation of color #F900FF: hue angle of 298.59º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F900FF is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 0 | 255 | - |
| CMYK | 0.02 | 1 | 0 | 0 |
| HSL | 298.59º | 1% | 0.5% | - |
| HSV(B) | 298.59º | 1% | 1% | - |
| XYZ | 57.12 | 27.36 | 96.88 | - |
| YUV | 103.52 | 213.49 | 231.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 0 | 255 | 0.02 | 1 | 0 | 0 | 298.59 | 1 | 0.5 |
| Hex | F9 | 0 | FF | 2 | 64 | 0 | 0 | 12B | 64 | 32 |
| Octal | 371 | 0 | 377 | 2 | 144 | 0 | 0 | 453 | 144 | 62 |
| Binary | 11111001 | 0 | 11111111 | 10 | 1100100 | 0 | 0 | 100101011 | 1100100 | 110010 |
Color Harmonies of #F900FF
Complementary color
Monochromatic Colors of #F900FF
Black with #F900FF
Text Example
Text Example
White with #F900FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F900FF; }
p { color: rgb(249,0,255); }
H1.HeaderClassName
{
color: #F900FF;
}
.AnyTagClassName
{
color: #F900FF;
}
</style>
background-color css
<style>
a { background-color: #F900FF; }
a { background-color: rgb(249,0,255); }
div.DivClassName
{
background-color: #F900FF;
}
.BgClassName
{
background-color: #F900FF;
}
</style>
border-color css
<style>
span { border-color: #F900FF; }
span { border-color: rgb(249,0,255); }
td.TdClassName
{
border-color: #F900FF;
}
.TagClassName
{
border-color: #F900FF;
}
</style>