Shades of Magenta #F232FD
Tints of Magenta #F232FD
RGB
CMYK
RGB Variations
Color information
#F232FD (or 0xF232FD) is known color: Magenta. HEX triplet: F2, 32 and FD. RGB value is (242,50,253). Sum of RGB (Red+Green+Blue) = 242+50+253=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 50 (19.92% from 255 or 9.17% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #F232FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F232FD is #0DCD02. Grayscale: #818181. Windows color (decimal): -904451 or 16593650. OLE color: 16593650.
HSL color Cylindrical-coordinate representation of color #F232FD: hue angle of 296.75º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F232FD is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 50 | 253 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.01 |
| HSL | 296.75º | 0.98% | 0.59% | - |
| HSV(B) | 296.75º | 0.8% | 0.99% | - |
| XYZ | 55.49 | 28.25 | 95.46 | - |
| YUV | 130.55 | 197.11 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 50 | 253 | 0.04 | 0.80 | 0 | 0.01 | 296.75 | 0.98 | 0.59 |
| Hex | F2 | 32 | FD | 4 | 50 | 0 | 1 | 129 | 62 | 3B |
| Octal | 362 | 62 | 375 | 4 | 120 | 0 | 1 | 451 | 142 | 73 |
| Binary | 11110010 | 110010 | 11111101 | 100 | 1010000 | 0 | 1 | 100101001 | 1100010 | 111011 |
Color Harmonies of #F232FD
Complementary color
Monochromatic Colors of #F232FD
Black with #F232FD
Text Example
Text Example
White with #F232FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F232FD; }
p { color: rgb(242,50,253); }
H1.HeaderClassName
{
color: #F232FD;
}
.AnyTagClassName
{
color: #F232FD;
}
</style>
background-color css
<style>
a { background-color: #F232FD; }
a { background-color: rgb(242,50,253); }
div.DivClassName
{
background-color: #F232FD;
}
.BgClassName
{
background-color: #F232FD;
}
</style>
border-color css
<style>
span { border-color: #F232FD; }
span { border-color: rgb(242,50,253); }
td.TdClassName
{
border-color: #F232FD;
}
.TagClassName
{
border-color: #F232FD;
}
</style>