Shades of Magenta #F908FF
Tints of Magenta #F908FF
RGB
CMYK
RGB Variations
Color information
#F908FF (or 0xF908FF) is known color: Magenta. HEX triplet: F9, 08 and FF. RGB value is (249,8,255). Sum of RGB (Red+Green+Blue) = 249+8+255=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 8 (3.52% from 255 or 1.56% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #F908FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F908FF is #06F700. Grayscale: #6B6B6B. Windows color (decimal): -456449 or 16713977. OLE color: 16713977.
HSL color Cylindrical-coordinate representation of color #F908FF: hue angle of 298.54º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F908FF is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 8 | 255 | - |
| CMYK | 0.02 | 0.97 | 0 | 0 |
| HSL | 298.54º | 1% | 0.52% | - |
| HSV(B) | 298.54º | 0.97% | 1% | - |
| XYZ | 57.2 | 27.53 | 96.91 | - |
| YUV | 108.22 | 210.84 | 228.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 8 | 255 | 0.02 | 0.97 | 0 | 0 | 298.54 | 1 | 0.52 |
| Hex | F9 | 8 | FF | 2 | 61 | 0 | 0 | 12B | 64 | 34 |
| Octal | 371 | 10 | 377 | 2 | 141 | 0 | 0 | 453 | 144 | 64 |
| Binary | 11111001 | 1000 | 11111111 | 10 | 1100001 | 0 | 0 | 100101011 | 1100100 | 110100 |
Color Harmonies of #F908FF
Complementary color
Monochromatic Colors of #F908FF
Black with #F908FF
Text Example
Text Example
White with #F908FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F908FF; }
p { color: rgb(249,8,255); }
H1.HeaderClassName
{
color: #F908FF;
}
.AnyTagClassName
{
color: #F908FF;
}
</style>
background-color css
<style>
a { background-color: #F908FF; }
a { background-color: rgb(249,8,255); }
div.DivClassName
{
background-color: #F908FF;
}
.BgClassName
{
background-color: #F908FF;
}
</style>
border-color css
<style>
span { border-color: #F908FF; }
span { border-color: rgb(249,8,255); }
td.TdClassName
{
border-color: #F908FF;
}
.TagClassName
{
border-color: #F908FF;
}
</style>