Shades of Magenta #F927FF
Tints of Magenta #F927FF
RGB
CMYK
RGB Variations
Color information
#F927FF (or 0xF927FF) is known color: Magenta. HEX triplet: F9, 27 and FF. RGB value is (249,39,255). Sum of RGB (Red+Green+Blue) = 249+39+255=543 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.86% from 543); Green value is 39 (15.62% from 255 or 7.18% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #F927FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F927FF is #06D800. Grayscale: #7D7D7D. Windows color (decimal): -448513 or 16721913. OLE color: 16721913.
HSL color Cylindrical-coordinate representation of color #F927FF: hue angle of 298.33º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F927FF is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 39 | 255 | - |
| CMYK | 0.02 | 0.85 | 0 | 0 |
| HSL | 298.33º | 1% | 0.58% | - |
| HSV(B) | 298.33º | 0.85% | 1% | - |
| XYZ | 57.84 | 28.81 | 97.12 | - |
| YUV | 126.41 | 200.57 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 39 | 255 | 0.02 | 0.85 | 0 | 0 | 298.33 | 1 | 0.58 |
| Hex | F9 | 27 | FF | 2 | 55 | 0 | 0 | 12A | 64 | 3A |
| Octal | 371 | 47 | 377 | 2 | 125 | 0 | 0 | 452 | 144 | 72 |
| Binary | 11111001 | 100111 | 11111111 | 10 | 1010101 | 0 | 0 | 100101010 | 1100100 | 111010 |
Color Harmonies of #F927FF
Complementary color
Monochromatic Colors of #F927FF
Black with #F927FF
Text Example
Text Example
White with #F927FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F927FF; }
p { color: rgb(249,39,255); }
H1.HeaderClassName
{
color: #F927FF;
}
.AnyTagClassName
{
color: #F927FF;
}
</style>
background-color css
<style>
a { background-color: #F927FF; }
a { background-color: rgb(249,39,255); }
div.DivClassName
{
background-color: #F927FF;
}
.BgClassName
{
background-color: #F927FF;
}
</style>
border-color css
<style>
span { border-color: #F927FF; }
span { border-color: rgb(249,39,255); }
td.TdClassName
{
border-color: #F927FF;
}
.TagClassName
{
border-color: #F927FF;
}
</style>