Html Css Color HEX #F258D8 Free Speech Magenta
📋 copy color: '#F258D8'red 242 ◦ green 88 ◦ blue 216
Shades of Free Speech Magenta #F258D8
Tints of Free Speech Magenta #F258D8
RGB
CMYK
RGB Variations
Color information
#F258D8 (or 0xF258D8) is known color: Free Speech Magenta. HEX triplet: F2, 58 and D8. RGB value is (242,88,216). Sum of RGB (Red+Green+Blue) = 242+88+216=546 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.32% from 546); Green value is 88 (34.77% from 255 or 16.12% from 546); Blue value is 216 (84.77% from 255 or 39.56% from 546); Max value from RGB is 242 - color contains mainly: red. Hex color #F258D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F258D8 is #0DA727. Grayscale: #949494. Windows color (decimal): -894760 or 14178546. OLE color: 14178546.
HSL color Cylindrical-coordinate representation of color #F258D8: hue angle of 310.13º 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 #F258D8 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 88 | 216 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.05 |
| HSL | 310.13º | 0.86% | 0.65% | - |
| HSV(B) | 310.13º | 0.64% | 0.95% | - |
| XYZ | 52.5 | 30.81 | 68.15 | - |
| YUV | 148.64 | 166.02 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 88 | 216 | 0 | 0.64 | 0.11 | 0.05 | 310.13 | 0.86 | 0.65 |
| Hex | F2 | 58 | D8 | 0 | 40 | B | 5 | 136 | 56 | 41 |
| Octal | 362 | 130 | 330 | 0 | 100 | 13 | 5 | 466 | 126 | 101 |
| Binary | 11110010 | 1011000 | 11011000 | 0 | 1000000 | 1011 | 101 | 100110110 | 1010110 | 1000001 |
Color Harmonies of #F258D8
Complementary color
Monochromatic Colors of #F258D8
Black with #F258D8
Text Example
Text Example
White with #F258D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F258D8; }
p { color: rgb(242,88,216); }
H1.HeaderClassName
{
color: #F258D8;
}
.AnyTagClassName
{
color: #F258D8;
}
</style>
background-color css
<style>
a { background-color: #F258D8; }
a { background-color: rgb(242,88,216); }
div.DivClassName
{
background-color: #F258D8;
}
.BgClassName
{
background-color: #F258D8;
}
</style>
border-color css
<style>
span { border-color: #F258D8; }
span { border-color: rgb(242,88,216); }
td.TdClassName
{
border-color: #F258D8;
}
.TagClassName
{
border-color: #F258D8;
}
</style>