Html Css Color HEX #F253EC Free Speech Magenta
📋 copy color: '#F253EC'red 242 ◦ green 83 ◦ blue 236
Shades of Free Speech Magenta #F253EC
Tints of Free Speech Magenta #F253EC
RGB
CMYK
RGB Variations
Color information
#F253EC (or 0xF253EC) is known color: Free Speech Magenta. HEX triplet: F2, 53 and EC. RGB value is (242,83,236). Sum of RGB (Red+Green+Blue) = 242+83+236=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 83 (32.81% from 255 or 14.80% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F253EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F253EC is #0DAC13. Grayscale: #939393. Windows color (decimal): -896020 or 15487986. OLE color: 15487986.
HSL color Cylindrical-coordinate representation of color #F253EC: hue angle of 302.26º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F253EC is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 236 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.05 |
| HSL | 302.26º | 0.86% | 0.64% | - |
| HSV(B) | 302.26º | 0.66% | 0.95% | - |
| XYZ | 54.85 | 31.12 | 82.47 | - |
| YUV | 147.98 | 177.68 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 236 | 0 | 0.66 | 0.02 | 0.05 | 302.26 | 0.86 | 0.64 |
| Hex | F2 | 53 | EC | 0 | 42 | 2 | 5 | 12E | 56 | 40 |
| Octal | 362 | 123 | 354 | 0 | 102 | 2 | 5 | 456 | 126 | 100 |
| Binary | 11110010 | 1010011 | 11101100 | 0 | 1000010 | 10 | 101 | 100101110 | 1010110 | 1000000 |
Color Harmonies of #F253EC
Complementary color
Monochromatic Colors of #F253EC
Black with #F253EC
Text Example
Text Example
White with #F253EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F253EC; }
p { color: rgb(242,83,236); }
H1.HeaderClassName
{
color: #F253EC;
}
.AnyTagClassName
{
color: #F253EC;
}
</style>
background-color css
<style>
a { background-color: #F253EC; }
a { background-color: rgb(242,83,236); }
div.DivClassName
{
background-color: #F253EC;
}
.BgClassName
{
background-color: #F253EC;
}
</style>
border-color css
<style>
span { border-color: #F253EC; }
span { border-color: rgb(242,83,236); }
td.TdClassName
{
border-color: #F253EC;
}
.TagClassName
{
border-color: #F253EC;
}
</style>