Html Css Color HEX #F256EB Free Speech Magenta
📋 copy color: '#F256EB'red 242 ◦ green 86 ◦ blue 235
Shades of Free Speech Magenta #F256EB
Tints of Free Speech Magenta #F256EB
RGB
CMYK
RGB Variations
Color information
#F256EB (or 0xF256EB) is known color: Free Speech Magenta. HEX triplet: F2, 56 and EB. RGB value is (242,86,235). Sum of RGB (Red+Green+Blue) = 242+86+235=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 86 (33.98% from 255 or 15.28% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F256EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F256EB is #0DA914. Grayscale: #959595. Windows color (decimal): -895253 or 15423218. OLE color: 15423218.
HSL color Cylindrical-coordinate representation of color #F256EB: hue angle of 302.69º 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 #F256EB is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 235 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.05 |
| HSL | 302.69º | 0.86% | 0.64% | - |
| HSV(B) | 302.69º | 0.64% | 0.95% | - |
| XYZ | 54.94 | 31.53 | 81.79 | - |
| YUV | 149.63 | 176.18 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 235 | 0 | 0.64 | 0.03 | 0.05 | 302.69 | 0.86 | 0.64 |
| Hex | F2 | 56 | EB | 0 | 40 | 3 | 5 | 12F | 56 | 40 |
| Octal | 362 | 126 | 353 | 0 | 100 | 3 | 5 | 457 | 126 | 100 |
| Binary | 11110010 | 1010110 | 11101011 | 0 | 1000000 | 11 | 101 | 100101111 | 1010110 | 1000000 |
Color Harmonies of #F256EB
Complementary color
Monochromatic Colors of #F256EB
Black with #F256EB
Text Example
Text Example
White with #F256EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F256EB; }
p { color: rgb(242,86,235); }
H1.HeaderClassName
{
color: #F256EB;
}
.AnyTagClassName
{
color: #F256EB;
}
</style>
background-color css
<style>
a { background-color: #F256EB; }
a { background-color: rgb(242,86,235); }
div.DivClassName
{
background-color: #F256EB;
}
.BgClassName
{
background-color: #F256EB;
}
</style>
border-color css
<style>
span { border-color: #F256EB; }
span { border-color: rgb(242,86,235); }
td.TdClassName
{
border-color: #F256EB;
}
.TagClassName
{
border-color: #F256EB;
}
</style>