Html Css Color HEX #F250E2 Free Speech Magenta
📋 copy color: '#F250E2'red 242 ◦ green 80 ◦ blue 226
Shades of Free Speech Magenta #F250E2
Tints of Free Speech Magenta #F250E2
RGB
CMYK
RGB Variations
Color information
#F250E2 (or 0xF250E2) is known color: Free Speech Magenta. HEX triplet: F2, 50 and E2. RGB value is (242,80,226). Sum of RGB (Red+Green+Blue) = 242+80+226=548 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.16% from 548); Green value is 80 (31.64% from 255 or 14.60% from 548); Blue value is 226 (88.67% from 255 or 41.24% from 548); Max value from RGB is 242 - color contains mainly: red. Hex color #F250E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F250E2 is #0DAF1D. Grayscale: #909090. Windows color (decimal): -896798 or 14831858. OLE color: 14831858.
HSL color Cylindrical-coordinate representation of color #F250E2: hue angle of 305.93º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F250E2 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 80 | 226 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.05 |
| HSL | 305.93º | 0.86% | 0.63% | - |
| HSV(B) | 305.93º | 0.67% | 0.95% | - |
| XYZ | 53.21 | 30.11 | 74.96 | - |
| YUV | 145.08 | 173.67 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 80 | 226 | 0 | 0.67 | 0.07 | 0.05 | 305.93 | 0.86 | 0.63 |
| Hex | F2 | 50 | E2 | 0 | 43 | 7 | 5 | 132 | 56 | 3F |
| Octal | 362 | 120 | 342 | 0 | 103 | 7 | 5 | 462 | 126 | 77 |
| Binary | 11110010 | 1010000 | 11100010 | 0 | 1000011 | 111 | 101 | 100110010 | 1010110 | 111111 |
Color Harmonies of #F250E2
Complementary color
Monochromatic Colors of #F250E2
Black with #F250E2
Text Example
Text Example
White with #F250E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F250E2; }
p { color: rgb(242,80,226); }
H1.HeaderClassName
{
color: #F250E2;
}
.AnyTagClassName
{
color: #F250E2;
}
</style>
background-color css
<style>
a { background-color: #F250E2; }
a { background-color: rgb(242,80,226); }
div.DivClassName
{
background-color: #F250E2;
}
.BgClassName
{
background-color: #F250E2;
}
</style>
border-color css
<style>
span { border-color: #F250E2; }
span { border-color: rgb(242,80,226); }
td.TdClassName
{
border-color: #F250E2;
}
.TagClassName
{
border-color: #F250E2;
}
</style>