Html Css Color HEX #F258E8 Free Speech Magenta
📋 copy color: '#F258E8'red 242 ◦ green 88 ◦ blue 232
Shades of Free Speech Magenta #F258E8
Tints of Free Speech Magenta #F258E8
RGB
CMYK
RGB Variations
Color information
#F258E8 (or 0xF258E8) is known color: Free Speech Magenta. HEX triplet: F2, 58 and E8. RGB value is (242,88,232). Sum of RGB (Red+Green+Blue) = 242+88+232=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 88 (34.77% from 255 or 15.66% from 562); Blue value is 232 (91.02% from 255 or 41.28% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F258E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F258E8 is #0DA717. Grayscale: #969696. Windows color (decimal): -894744 or 15227122. OLE color: 15227122.
HSL color Cylindrical-coordinate representation of color #F258E8: hue angle of 303.9º 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 #F258E8 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 88 | 232 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.05 |
| HSL | 303.9º | 0.86% | 0.65% | - |
| HSV(B) | 303.9º | 0.64% | 0.95% | - |
| XYZ | 54.67 | 31.68 | 79.58 | - |
| YUV | 150.46 | 174.02 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 88 | 232 | 0 | 0.64 | 0.04 | 0.05 | 303.9 | 0.86 | 0.65 |
| Hex | F2 | 58 | E8 | 0 | 40 | 4 | 5 | 130 | 56 | 41 |
| Octal | 362 | 130 | 350 | 0 | 100 | 4 | 5 | 460 | 126 | 101 |
| Binary | 11110010 | 1011000 | 11101000 | 0 | 1000000 | 100 | 101 | 100110000 | 1010110 | 1000001 |
Color Harmonies of #F258E8
Complementary color
Monochromatic Colors of #F258E8
Black with #F258E8
Text Example
Text Example
White with #F258E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F258E8; }
p { color: rgb(242,88,232); }
H1.HeaderClassName
{
color: #F258E8;
}
.AnyTagClassName
{
color: #F258E8;
}
</style>
background-color css
<style>
a { background-color: #F258E8; }
a { background-color: rgb(242,88,232); }
div.DivClassName
{
background-color: #F258E8;
}
.BgClassName
{
background-color: #F258E8;
}
</style>
border-color css
<style>
span { border-color: #F258E8; }
span { border-color: rgb(242,88,232); }
td.TdClassName
{
border-color: #F258E8;
}
.TagClassName
{
border-color: #F258E8;
}
</style>