Html Css Color HEX #F250EF Free Speech Magenta
📋 copy color: '#F250EF'red 242 ◦ green 80 ◦ blue 239
Shades of Free Speech Magenta #F250EF
Tints of Free Speech Magenta #F250EF
RGB
CMYK
RGB Variations
Color information
#F250EF (or 0xF250EF) is known color: Free Speech Magenta. HEX triplet: F2, 50 and EF. RGB value is (242,80,239). Sum of RGB (Red+Green+Blue) = 242+80+239=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 80 (31.64% from 255 or 14.26% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F250EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F250EF is #0DAF10. Grayscale: #929292. Windows color (decimal): -896785 or 15683826. OLE color: 15683826.
HSL color Cylindrical-coordinate representation of color #F250EF: hue angle of 301.11º 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 #F250EF is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 80 | 239 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.05 |
| HSL | 301.11º | 0.86% | 0.63% | - |
| HSV(B) | 301.11º | 0.67% | 0.95% | - |
| XYZ | 55.07 | 30.85 | 84.71 | - |
| YUV | 146.56 | 180.17 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 80 | 239 | 0 | 0.67 | 0.01 | 0.05 | 301.11 | 0.86 | 0.63 |
| Hex | F2 | 50 | EF | 0 | 43 | 1 | 5 | 12D | 56 | 3F |
| Octal | 362 | 120 | 357 | 0 | 103 | 1 | 5 | 455 | 126 | 77 |
| Binary | 11110010 | 1010000 | 11101111 | 0 | 1000011 | 1 | 101 | 100101101 | 1010110 | 111111 |
Color Harmonies of #F250EF
Complementary color
Monochromatic Colors of #F250EF
Black with #F250EF
Text Example
Text Example
White with #F250EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F250EF; }
p { color: rgb(242,80,239); }
H1.HeaderClassName
{
color: #F250EF;
}
.AnyTagClassName
{
color: #F250EF;
}
</style>
background-color css
<style>
a { background-color: #F250EF; }
a { background-color: rgb(242,80,239); }
div.DivClassName
{
background-color: #F250EF;
}
.BgClassName
{
background-color: #F250EF;
}
</style>
border-color css
<style>
span { border-color: #F250EF; }
span { border-color: rgb(242,80,239); }
td.TdClassName
{
border-color: #F250EF;
}
.TagClassName
{
border-color: #F250EF;
}
</style>