Html Css Color HEX #F259E4 Free Speech Magenta
📋 copy color: '#F259E4'red 242 ◦ green 89 ◦ blue 228
Shades of Free Speech Magenta #F259E4
Tints of Free Speech Magenta #F259E4
RGB
CMYK
RGB Variations
Color information
#F259E4 (or 0xF259E4) is known color: Free Speech Magenta. HEX triplet: F2, 59 and E4. RGB value is (242,89,228). Sum of RGB (Red+Green+Blue) = 242+89+228=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 89 (35.16% from 255 or 15.92% from 559); Blue value is 228 (89.45% from 255 or 40.79% from 559); Max value from RGB is 242 - color contains mainly: red. Hex color #F259E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F259E4 is #0DA61B. Grayscale: #969696. Windows color (decimal): -894492 or 14965234. OLE color: 14965234.
HSL color Cylindrical-coordinate representation of color #F259E4: hue angle of 305.49º 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 #F259E4 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 228 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.05 |
| HSL | 305.49º | 0.85% | 0.65% | - |
| HSV(B) | 305.49º | 0.63% | 0.95% | - |
| XYZ | 54.19 | 31.62 | 76.65 | - |
| YUV | 150.59 | 171.69 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 228 | 0 | 0.63 | 0.06 | 0.05 | 305.49 | 0.85 | 0.65 |
| Hex | F2 | 59 | E4 | 0 | 3F | 6 | 5 | 131 | 55 | 41 |
| Octal | 362 | 131 | 344 | 0 | 77 | 6 | 5 | 461 | 125 | 101 |
| Binary | 11110010 | 1011001 | 11100100 | 0 | 111111 | 110 | 101 | 100110001 | 1010101 | 1000001 |
Color Harmonies of #F259E4
Complementary color
Monochromatic Colors of #F259E4
Black with #F259E4
Text Example
Text Example
White with #F259E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F259E4; }
p { color: rgb(242,89,228); }
H1.HeaderClassName
{
color: #F259E4;
}
.AnyTagClassName
{
color: #F259E4;
}
</style>
background-color css
<style>
a { background-color: #F259E4; }
a { background-color: rgb(242,89,228); }
div.DivClassName
{
background-color: #F259E4;
}
.BgClassName
{
background-color: #F259E4;
}
</style>
border-color css
<style>
span { border-color: #F259E4; }
span { border-color: rgb(242,89,228); }
td.TdClassName
{
border-color: #F259E4;
}
.TagClassName
{
border-color: #F259E4;
}
</style>