Html Css Color HEX #F259E2 Free Speech Magenta
📋 copy color: '#F259E2'red 242 ◦ green 89 ◦ blue 226
Shades of Free Speech Magenta #F259E2
Tints of Free Speech Magenta #F259E2
RGB
CMYK
RGB Variations
Color information
#F259E2 (or 0xF259E2) is known color: Free Speech Magenta. HEX triplet: F2, 59 and E2. RGB value is (242,89,226). Sum of RGB (Red+Green+Blue) = 242+89+226=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 89 (35.16% from 255 or 15.98% from 557); Blue value is 226 (88.67% from 255 or 40.57% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F259E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F259E2 is #0DA61D. Grayscale: #959595. Windows color (decimal): -894494 or 14834162. OLE color: 14834162.
HSL color Cylindrical-coordinate representation of color #F259E2: hue angle of 306.27º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F259E2 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 226 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.05 |
| HSL | 306.27º | 0.85% | 0.65% | - |
| HSV(B) | 306.27º | 0.63% | 0.95% | - |
| XYZ | 53.92 | 31.51 | 75.19 | - |
| YUV | 150.37 | 170.69 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 226 | 0 | 0.63 | 0.07 | 0.05 | 306.27 | 0.85 | 0.65 |
| Hex | F2 | 59 | E2 | 0 | 3F | 7 | 5 | 132 | 55 | 41 |
| Octal | 362 | 131 | 342 | 0 | 77 | 7 | 5 | 462 | 125 | 101 |
| Binary | 11110010 | 1011001 | 11100010 | 0 | 111111 | 111 | 101 | 100110010 | 1010101 | 1000001 |
Color Harmonies of #F259E2
Complementary color
Monochromatic Colors of #F259E2
Black with #F259E2
Text Example
Text Example
White with #F259E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F259E2; }
p { color: rgb(242,89,226); }
H1.HeaderClassName
{
color: #F259E2;
}
.AnyTagClassName
{
color: #F259E2;
}
</style>
background-color css
<style>
a { background-color: #F259E2; }
a { background-color: rgb(242,89,226); }
div.DivClassName
{
background-color: #F259E2;
}
.BgClassName
{
background-color: #F259E2;
}
</style>
border-color css
<style>
span { border-color: #F259E2; }
span { border-color: rgb(242,89,226); }
td.TdClassName
{
border-color: #F259E2;
}
.TagClassName
{
border-color: #F259E2;
}
</style>