Html Css Color HEX #F25ECD Free Speech Magenta
📋 copy color: '#F25ECD'red 242 ◦ green 94 ◦ blue 205
Shades of Free Speech Magenta #F25ECD
Tints of Free Speech Magenta #F25ECD
RGB
CMYK
RGB Variations
Color information
#F25ECD (or 0xF25ECD) is known color: Free Speech Magenta. HEX triplet: F2, 5E and CD. RGB value is (242,94,205). Sum of RGB (Red+Green+Blue) = 242+94+205=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 94 (37.11% from 255 or 17.38% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 242 - color contains mainly: red. Hex color #F25ECD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25ECD is #0DA132. Grayscale: #969696. Windows color (decimal): -893235 or 13459186. OLE color: 13459186.
HSL color Cylindrical-coordinate representation of color #F25ECD: hue angle of 315º 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 #F25ECD is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 94 | 205 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.05 |
| HSL | 315º | 0.85% | 0.66% | - |
| HSV(B) | 315º | 0.61% | 0.95% | - |
| XYZ | 51.64 | 31.29 | 61.08 | - |
| YUV | 150.91 | 158.53 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 94 | 205 | 0 | 0.61 | 0.15 | 0.05 | 315 | 0.85 | 0.66 |
| Hex | F2 | 5E | CD | 0 | 3D | F | 5 | 13B | 55 | 42 |
| Octal | 362 | 136 | 315 | 0 | 75 | 17 | 5 | 473 | 125 | 102 |
| Binary | 11110010 | 1011110 | 11001101 | 0 | 111101 | 1111 | 101 | 100111011 | 1010101 | 1000010 |
Color Harmonies of #F25ECD
Complementary color
Monochromatic Colors of #F25ECD
Black with #F25ECD
Text Example
Text Example
White with #F25ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25ECD; }
p { color: rgb(242,94,205); }
H1.HeaderClassName
{
color: #F25ECD;
}
.AnyTagClassName
{
color: #F25ECD;
}
</style>
background-color css
<style>
a { background-color: #F25ECD; }
a { background-color: rgb(242,94,205); }
div.DivClassName
{
background-color: #F25ECD;
}
.BgClassName
{
background-color: #F25ECD;
}
</style>
border-color css
<style>
span { border-color: #F25ECD; }
span { border-color: rgb(242,94,205); }
td.TdClassName
{
border-color: #F25ECD;
}
.TagClassName
{
border-color: #F25ECD;
}
</style>