Html Css Color HEX #F259E7 Free Speech Magenta
📋 copy color: '#F259E7'red 242 ◦ green 89 ◦ blue 231
Shades of Free Speech Magenta #F259E7
Tints of Free Speech Magenta #F259E7
RGB
CMYK
RGB Variations
Color information
#F259E7 (or 0xF259E7) is known color: Free Speech Magenta. HEX triplet: F2, 59 and E7. RGB value is (242,89,231). Sum of RGB (Red+Green+Blue) = 242+89+231=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 89 (35.16% from 255 or 15.84% from 562); Blue value is 231 (90.62% from 255 or 41.10% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F259E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F259E7 is #0DA618. Grayscale: #969696. Windows color (decimal): -894489 or 15161842. OLE color: 15161842.
HSL color Cylindrical-coordinate representation of color #F259E7: hue angle of 304.31º 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 #F259E7 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 231 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.05 |
| HSL | 304.31º | 0.85% | 0.65% | - |
| HSV(B) | 304.31º | 0.63% | 0.95% | - |
| XYZ | 54.61 | 31.79 | 78.86 | - |
| YUV | 150.94 | 173.19 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 231 | 0 | 0.63 | 0.05 | 0.05 | 304.31 | 0.85 | 0.65 |
| Hex | F2 | 59 | E7 | 0 | 3F | 5 | 5 | 130 | 55 | 41 |
| Octal | 362 | 131 | 347 | 0 | 77 | 5 | 5 | 460 | 125 | 101 |
| Binary | 11110010 | 1011001 | 11100111 | 0 | 111111 | 101 | 101 | 100110000 | 1010101 | 1000001 |
Color Harmonies of #F259E7
Complementary color
Monochromatic Colors of #F259E7
Black with #F259E7
Text Example
Text Example
White with #F259E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F259E7; }
p { color: rgb(242,89,231); }
H1.HeaderClassName
{
color: #F259E7;
}
.AnyTagClassName
{
color: #F259E7;
}
</style>
background-color css
<style>
a { background-color: #F259E7; }
a { background-color: rgb(242,89,231); }
div.DivClassName
{
background-color: #F259E7;
}
.BgClassName
{
background-color: #F259E7;
}
</style>
border-color css
<style>
span { border-color: #F259E7; }
span { border-color: rgb(242,89,231); }
td.TdClassName
{
border-color: #F259E7;
}
.TagClassName
{
border-color: #F259E7;
}
</style>