Html Css Color HEX #F256ED Free Speech Magenta
📋 copy color: '#F256ED'red 242 ◦ green 86 ◦ blue 237
Shades of Free Speech Magenta #F256ED
Tints of Free Speech Magenta #F256ED
RGB
CMYK
RGB Variations
Color information
#F256ED (or 0xF256ED) is known color: Free Speech Magenta. HEX triplet: F2, 56 and ED. RGB value is (242,86,237). Sum of RGB (Red+Green+Blue) = 242+86+237=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 86 (33.98% from 255 or 15.22% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F256ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F256ED is #0DA912. Grayscale: #959595. Windows color (decimal): -895251 or 15554290. OLE color: 15554290.
HSL color Cylindrical-coordinate representation of color #F256ED: hue angle of 301.92º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F256ED is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 237 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.05 |
| HSL | 301.92º | 0.86% | 0.64% | - |
| HSV(B) | 301.92º | 0.64% | 0.95% | - |
| XYZ | 55.23 | 31.65 | 83.32 | - |
| YUV | 149.86 | 177.18 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 237 | 0 | 0.64 | 0.02 | 0.05 | 301.92 | 0.86 | 0.64 |
| Hex | F2 | 56 | ED | 0 | 40 | 2 | 5 | 12E | 56 | 40 |
| Octal | 362 | 126 | 355 | 0 | 100 | 2 | 5 | 456 | 126 | 100 |
| Binary | 11110010 | 1010110 | 11101101 | 0 | 1000000 | 10 | 101 | 100101110 | 1010110 | 1000000 |
Color Harmonies of #F256ED
Complementary color
Monochromatic Colors of #F256ED
Black with #F256ED
Text Example
Text Example
White with #F256ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F256ED; }
p { color: rgb(242,86,237); }
H1.HeaderClassName
{
color: #F256ED;
}
.AnyTagClassName
{
color: #F256ED;
}
</style>
background-color css
<style>
a { background-color: #F256ED; }
a { background-color: rgb(242,86,237); }
div.DivClassName
{
background-color: #F256ED;
}
.BgClassName
{
background-color: #F256ED;
}
</style>
border-color css
<style>
span { border-color: #F256ED; }
span { border-color: rgb(242,86,237); }
td.TdClassName
{
border-color: #F256ED;
}
.TagClassName
{
border-color: #F256ED;
}
</style>