Shades of Magenta #F923F0
Tints of Magenta #F923F0
RGB
CMYK
RGB Variations
Color information
#F923F0 (or 0xF923F0) is known color: Magenta. HEX triplet: F9, 23 and F0. RGB value is (249,35,240). Sum of RGB (Red+Green+Blue) = 249+35+240=524 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.52% from 524); Green value is 35 (14.06% from 255 or 6.68% from 524); Blue value is 240 (94.14% from 255 or 45.80% from 524); Max value from RGB is 249 - color contains mainly: red. Hex color #F923F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F923F0 is #06DC0F. Grayscale: #797979. Windows color (decimal): -449552 or 15737849. OLE color: 15737849.
HSL color Cylindrical-coordinate representation of color #F923F0: hue angle of 302.52º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F923F0 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 35 | 240 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.02 |
| HSL | 302.52º | 0.95% | 0.56% | - |
| HSV(B) | 302.52º | 0.86% | 0.98% | - |
| XYZ | 55.4 | 27.63 | 84.85 | - |
| YUV | 122.36 | 194.4 | 218.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 35 | 240 | 0 | 0.86 | 0.04 | 0.02 | 302.52 | 0.95 | 0.56 |
| Hex | F9 | 23 | F0 | 0 | 56 | 4 | 2 | 12F | 5F | 38 |
| Octal | 371 | 43 | 360 | 0 | 126 | 4 | 2 | 457 | 137 | 70 |
| Binary | 11111001 | 100011 | 11110000 | 0 | 1010110 | 100 | 10 | 100101111 | 1011111 | 111000 |
Color Harmonies of #F923F0
Complementary color
Monochromatic Colors of #F923F0
Black with #F923F0
Text Example
Text Example
White with #F923F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F923F0; }
p { color: rgb(249,35,240); }
H1.HeaderClassName
{
color: #F923F0;
}
.AnyTagClassName
{
color: #F923F0;
}
</style>
background-color css
<style>
a { background-color: #F923F0; }
a { background-color: rgb(249,35,240); }
div.DivClassName
{
background-color: #F923F0;
}
.BgClassName
{
background-color: #F923F0;
}
</style>
border-color css
<style>
span { border-color: #F923F0; }
span { border-color: rgb(249,35,240); }
td.TdClassName
{
border-color: #F923F0;
}
.TagClassName
{
border-color: #F923F0;
}
</style>