Html Css Color HEX #F25ED2 Free Speech Magenta
📋 copy color: '#F25ED2'red 242 ◦ green 94 ◦ blue 210
Shades of Free Speech Magenta #F25ED2
Tints of Free Speech Magenta #F25ED2
RGB
CMYK
RGB Variations
Color information
#F25ED2 (or 0xF25ED2) is known color: Free Speech Magenta. HEX triplet: F2, 5E and D2. RGB value is (242,94,210). Sum of RGB (Red+Green+Blue) = 242+94+210=546 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.32% from 546); Green value is 94 (37.11% from 255 or 17.22% from 546); Blue value is 210 (82.42% from 255 or 38.46% from 546); Max value from RGB is 242 - color contains mainly: red. Hex color #F25ED2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25ED2 is #0DA12D. Grayscale: #979797. Windows color (decimal): -893230 or 13786866. OLE color: 13786866.
HSL color Cylindrical-coordinate representation of color #F25ED2: hue angle of 312.97º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F25ED2 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 94 | 210 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.05 |
| HSL | 312.97º | 0.85% | 0.66% | - |
| HSV(B) | 312.97º | 0.61% | 0.95% | - |
| XYZ | 52.25 | 31.54 | 64.31 | - |
| YUV | 151.48 | 161.03 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 94 | 210 | 0 | 0.61 | 0.13 | 0.05 | 312.97 | 0.85 | 0.66 |
| Hex | F2 | 5E | D2 | 0 | 3D | D | 5 | 139 | 55 | 42 |
| Octal | 362 | 136 | 322 | 0 | 75 | 15 | 5 | 471 | 125 | 102 |
| Binary | 11110010 | 1011110 | 11010010 | 0 | 111101 | 1101 | 101 | 100111001 | 1010101 | 1000010 |
Color Harmonies of #F25ED2
Complementary color
Monochromatic Colors of #F25ED2
Black with #F25ED2
Text Example
Text Example
White with #F25ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25ED2; }
p { color: rgb(242,94,210); }
H1.HeaderClassName
{
color: #F25ED2;
}
.AnyTagClassName
{
color: #F25ED2;
}
</style>
background-color css
<style>
a { background-color: #F25ED2; }
a { background-color: rgb(242,94,210); }
div.DivClassName
{
background-color: #F25ED2;
}
.BgClassName
{
background-color: #F25ED2;
}
</style>
border-color css
<style>
span { border-color: #F25ED2; }
span { border-color: rgb(242,94,210); }
td.TdClassName
{
border-color: #F25ED2;
}
.TagClassName
{
border-color: #F25ED2;
}
</style>