Shades of Magenta #F230FE
Tints of Magenta #F230FE
RGB
CMYK
RGB Variations
Color information
#F230FE (or 0xF230FE) is known color: Magenta. HEX triplet: F2, 30 and FE. RGB value is (242,48,254). Sum of RGB (Red+Green+Blue) = 242+48+254=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 48 (19.14% from 255 or 8.82% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #F230FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F230FE is #0DCF01. Grayscale: #808080. Windows color (decimal): -904962 or 16658674. OLE color: 16658674.
HSL color Cylindrical-coordinate representation of color #F230FE: hue angle of 296.5º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F230FE is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 48 | 254 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.00 |
| HSL | 296.5º | 0.99% | 0.59% | - |
| HSV(B) | 296.5º | 0.81% | 1% | - |
| XYZ | 55.56 | 28.15 | 96.27 | - |
| YUV | 129.49 | 198.27 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 48 | 254 | 0.05 | 0.81 | 0 | 0.00 | 296.5 | 0.99 | 0.59 |
| Hex | F2 | 30 | FE | 5 | 51 | 0 | 0 | 129 | 63 | 3B |
| Octal | 362 | 60 | 376 | 5 | 121 | 0 | 0 | 451 | 143 | 73 |
| Binary | 11110010 | 110000 | 11111110 | 101 | 1010001 | 0 | 0 | 100101001 | 1100011 | 111011 |
Color Harmonies of #F230FE
Complementary color
Monochromatic Colors of #F230FE
Black with #F230FE
Text Example
Text Example
White with #F230FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F230FE; }
p { color: rgb(242,48,254); }
H1.HeaderClassName
{
color: #F230FE;
}
.AnyTagClassName
{
color: #F230FE;
}
</style>
background-color css
<style>
a { background-color: #F230FE; }
a { background-color: rgb(242,48,254); }
div.DivClassName
{
background-color: #F230FE;
}
.BgClassName
{
background-color: #F230FE;
}
</style>
border-color css
<style>
span { border-color: #F230FE; }
span { border-color: rgb(242,48,254); }
td.TdClassName
{
border-color: #F230FE;
}
.TagClassName
{
border-color: #F230FE;
}
</style>