Html Css Color HEX #F259E5 Free Speech Magenta
📋 copy color: '#F259E5'red 242 ◦ green 89 ◦ blue 229
Shades of Free Speech Magenta #F259E5
Tints of Free Speech Magenta #F259E5
RGB
CMYK
RGB Variations
Color information
#F259E5 (or 0xF259E5) is known color: Free Speech Magenta. HEX triplet: F2, 59 and E5. RGB value is (242,89,229). Sum of RGB (Red+Green+Blue) = 242+89+229=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 89 (35.16% from 255 or 15.89% from 560); Blue value is 229 (89.84% from 255 or 40.89% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F259E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F259E5 is #0DA61A. Grayscale: #969696. Windows color (decimal): -894491 or 15030770. OLE color: 15030770.
HSL color Cylindrical-coordinate representation of color #F259E5: hue angle of 305.1º 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 #F259E5 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 229 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.05 |
| HSL | 305.1º | 0.85% | 0.65% | - |
| HSV(B) | 305.1º | 0.63% | 0.95% | - |
| XYZ | 54.33 | 31.68 | 77.38 | - |
| YUV | 150.71 | 172.19 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 229 | 0 | 0.63 | 0.05 | 0.05 | 305.1 | 0.85 | 0.65 |
| Hex | F2 | 59 | E5 | 0 | 3F | 5 | 5 | 131 | 55 | 41 |
| Octal | 362 | 131 | 345 | 0 | 77 | 5 | 5 | 461 | 125 | 101 |
| Binary | 11110010 | 1011001 | 11100101 | 0 | 111111 | 101 | 101 | 100110001 | 1010101 | 1000001 |
Color Harmonies of #F259E5
Complementary color
Monochromatic Colors of #F259E5
Black with #F259E5
Text Example
Text Example
White with #F259E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F259E5; }
p { color: rgb(242,89,229); }
H1.HeaderClassName
{
color: #F259E5;
}
.AnyTagClassName
{
color: #F259E5;
}
</style>
background-color css
<style>
a { background-color: #F259E5; }
a { background-color: rgb(242,89,229); }
div.DivClassName
{
background-color: #F259E5;
}
.BgClassName
{
background-color: #F259E5;
}
</style>
border-color css
<style>
span { border-color: #F259E5; }
span { border-color: rgb(242,89,229); }
td.TdClassName
{
border-color: #F259E5;
}
.TagClassName
{
border-color: #F259E5;
}
</style>