Html Css Color HEX #F253ED Free Speech Magenta
📋 copy color: '#F253ED'red 242 ◦ green 83 ◦ blue 237
Shades of Free Speech Magenta #F253ED
Tints of Free Speech Magenta #F253ED
RGB
CMYK
RGB Variations
Color information
#F253ED (or 0xF253ED) is known color: Free Speech Magenta. HEX triplet: F2, 53 and ED. RGB value is (242,83,237). Sum of RGB (Red+Green+Blue) = 242+83+237=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 83 (32.81% from 255 or 14.77% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F253ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F253ED is #0DAC12. Grayscale: #939393. Windows color (decimal): -896019 or 15553522. OLE color: 15553522.
HSL color Cylindrical-coordinate representation of color #F253ED: hue angle of 301.89º 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 #F253ED is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 237 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.05 |
| HSL | 301.89º | 0.86% | 0.64% | - |
| HSV(B) | 301.89º | 0.66% | 0.95% | - |
| XYZ | 55 | 31.18 | 83.24 | - |
| YUV | 148.1 | 178.18 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 237 | 0 | 0.66 | 0.02 | 0.05 | 301.89 | 0.86 | 0.64 |
| Hex | F2 | 53 | ED | 0 | 42 | 2 | 5 | 12E | 56 | 40 |
| Octal | 362 | 123 | 355 | 0 | 102 | 2 | 5 | 456 | 126 | 100 |
| Binary | 11110010 | 1010011 | 11101101 | 0 | 1000010 | 10 | 101 | 100101110 | 1010110 | 1000000 |
Color Harmonies of #F253ED
Complementary color
Monochromatic Colors of #F253ED
Black with #F253ED
Text Example
Text Example
White with #F253ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F253ED; }
p { color: rgb(242,83,237); }
H1.HeaderClassName
{
color: #F253ED;
}
.AnyTagClassName
{
color: #F253ED;
}
</style>
background-color css
<style>
a { background-color: #F253ED; }
a { background-color: rgb(242,83,237); }
div.DivClassName
{
background-color: #F253ED;
}
.BgClassName
{
background-color: #F253ED;
}
</style>
border-color css
<style>
span { border-color: #F253ED; }
span { border-color: rgb(242,83,237); }
td.TdClassName
{
border-color: #F253ED;
}
.TagClassName
{
border-color: #F253ED;
}
</style>