Shades of Magenta #F908FA
Tints of Magenta #F908FA
RGB
CMYK
RGB Variations
Color information
#F908FA (or 0xF908FA) is known color: Magenta. HEX triplet: F9, 08 and FA. RGB value is (249,8,250). Sum of RGB (Red+Green+Blue) = 249+8+250=507 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.11% from 507); Green value is 8 (3.52% from 255 or 1.58% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #F908FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F908FA is #06F705. Grayscale: #6A6A6A. Windows color (decimal): -456454 or 16386297. OLE color: 16386297.
HSL color Cylindrical-coordinate representation of color #F908FA: hue angle of 299.75º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F908FA is Cyan = 0.00, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 8 | 250 | - |
| CMYK | 0.00 | 0.97 | 0 | 0.02 |
| HSL | 299.75º | 0.96% | 0.51% | - |
| HSV(B) | 299.75º | 0.97% | 0.98% | - |
| XYZ | 56.41 | 27.22 | 92.72 | - |
| YUV | 107.65 | 208.34 | 228.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 8 | 250 | 0.00 | 0.97 | 0 | 0.02 | 299.75 | 0.96 | 0.51 |
| Hex | F9 | 8 | FA | 0 | 61 | 0 | 2 | 12C | 60 | 33 |
| Octal | 371 | 10 | 372 | 0 | 141 | 0 | 2 | 454 | 140 | 63 |
| Binary | 11111001 | 1000 | 11111010 | 0 | 1100001 | 0 | 10 | 100101100 | 1100000 | 110011 |
Color Harmonies of #F908FA
Complementary color
Monochromatic Colors of #F908FA
Black with #F908FA
Text Example
Text Example
White with #F908FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F908FA; }
p { color: rgb(249,8,250); }
H1.HeaderClassName
{
color: #F908FA;
}
.AnyTagClassName
{
color: #F908FA;
}
</style>
background-color css
<style>
a { background-color: #F908FA; }
a { background-color: rgb(249,8,250); }
div.DivClassName
{
background-color: #F908FA;
}
.BgClassName
{
background-color: #F908FA;
}
</style>
border-color css
<style>
span { border-color: #F908FA; }
span { border-color: rgb(249,8,250); }
td.TdClassName
{
border-color: #F908FA;
}
.TagClassName
{
border-color: #F908FA;
}
</style>