Html Css Color HEX #F250ED Free Speech Magenta
📋 copy color: '#F250ED'red 242 ◦ green 80 ◦ blue 237
Shades of Free Speech Magenta #F250ED
Tints of Free Speech Magenta #F250ED
RGB
CMYK
RGB Variations
Color information
#F250ED (or 0xF250ED) is known color: Free Speech Magenta. HEX triplet: F2, 50 and ED. RGB value is (242,80,237). Sum of RGB (Red+Green+Blue) = 242+80+237=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 80 (31.64% from 255 or 14.31% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 242 - color contains mainly: red. Hex color #F250ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F250ED is #0DAF12. Grayscale: #919191. Windows color (decimal): -896787 or 15552754. OLE color: 15552754.
HSL color Cylindrical-coordinate representation of color #F250ED: hue angle of 301.85º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F250ED is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 80 | 237 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.05 |
| HSL | 301.85º | 0.86% | 0.63% | - |
| HSV(B) | 301.85º | 0.67% | 0.95% | - |
| XYZ | 54.77 | 30.73 | 83.17 | - |
| YUV | 146.34 | 179.17 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 80 | 237 | 0 | 0.67 | 0.02 | 0.05 | 301.85 | 0.86 | 0.63 |
| Hex | F2 | 50 | ED | 0 | 43 | 2 | 5 | 12E | 56 | 3F |
| Octal | 362 | 120 | 355 | 0 | 103 | 2 | 5 | 456 | 126 | 77 |
| Binary | 11110010 | 1010000 | 11101101 | 0 | 1000011 | 10 | 101 | 100101110 | 1010110 | 111111 |
Color Harmonies of #F250ED
Complementary color
Monochromatic Colors of #F250ED
Black with #F250ED
Text Example
Text Example
White with #F250ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F250ED; }
p { color: rgb(242,80,237); }
H1.HeaderClassName
{
color: #F250ED;
}
.AnyTagClassName
{
color: #F250ED;
}
</style>
background-color css
<style>
a { background-color: #F250ED; }
a { background-color: rgb(242,80,237); }
div.DivClassName
{
background-color: #F250ED;
}
.BgClassName
{
background-color: #F250ED;
}
</style>
border-color css
<style>
span { border-color: #F250ED; }
span { border-color: rgb(242,80,237); }
td.TdClassName
{
border-color: #F250ED;
}
.TagClassName
{
border-color: #F250ED;
}
</style>