Html Css Color HEX #F257E8 Free Speech Magenta
📋 copy color: '#F257E8'red 242 ◦ green 87 ◦ blue 232
Shades of Free Speech Magenta #F257E8
Tints of Free Speech Magenta #F257E8
RGB
CMYK
RGB Variations
Color information
#F257E8 (or 0xF257E8) is known color: Free Speech Magenta. HEX triplet: F2, 57 and E8. RGB value is (242,87,232). Sum of RGB (Red+Green+Blue) = 242+87+232=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 87 (34.38% from 255 or 15.51% from 561); Blue value is 232 (91.02% from 255 or 41.35% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F257E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F257E8 is #0DA817. Grayscale: #959595. Windows color (decimal): -895000 or 15226866. OLE color: 15226866.
HSL color Cylindrical-coordinate representation of color #F257E8: hue angle of 303.87º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F257E8 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 87 | 232 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.05 |
| HSL | 303.87º | 0.86% | 0.65% | - |
| HSV(B) | 303.87º | 0.64% | 0.95% | - |
| XYZ | 54.59 | 31.52 | 79.55 | - |
| YUV | 149.88 | 174.35 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 87 | 232 | 0 | 0.64 | 0.04 | 0.05 | 303.87 | 0.86 | 0.65 |
| Hex | F2 | 57 | E8 | 0 | 40 | 4 | 5 | 130 | 56 | 41 |
| Octal | 362 | 127 | 350 | 0 | 100 | 4 | 5 | 460 | 126 | 101 |
| Binary | 11110010 | 1010111 | 11101000 | 0 | 1000000 | 100 | 101 | 100110000 | 1010110 | 1000001 |
Color Harmonies of #F257E8
Complementary color
Monochromatic Colors of #F257E8
Black with #F257E8
Text Example
Text Example
White with #F257E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F257E8; }
p { color: rgb(242,87,232); }
H1.HeaderClassName
{
color: #F257E8;
}
.AnyTagClassName
{
color: #F257E8;
}
</style>
background-color css
<style>
a { background-color: #F257E8; }
a { background-color: rgb(242,87,232); }
div.DivClassName
{
background-color: #F257E8;
}
.BgClassName
{
background-color: #F257E8;
}
</style>
border-color css
<style>
span { border-color: #F257E8; }
span { border-color: rgb(242,87,232); }
td.TdClassName
{
border-color: #F257E8;
}
.TagClassName
{
border-color: #F257E8;
}
</style>