Html Css Color HEX #F25ECF Free Speech Magenta
📋 copy color: '#F25ECF'red 242 ◦ green 94 ◦ blue 207
Shades of Free Speech Magenta #F25ECF
Tints of Free Speech Magenta #F25ECF
RGB
CMYK
RGB Variations
Color information
#F25ECF (or 0xF25ECF) is known color: Free Speech Magenta. HEX triplet: F2, 5E and CF. RGB value is (242,94,207). Sum of RGB (Red+Green+Blue) = 242+94+207=543 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.57% from 543); Green value is 94 (37.11% from 255 or 17.31% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 242 - color contains mainly: red. Hex color #F25ECF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25ECF is #0DA130. Grayscale: #969696. Windows color (decimal): -893233 or 13590258. OLE color: 13590258.
HSL color Cylindrical-coordinate representation of color #F25ECF: hue angle of 314.19º 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 #F25ECF is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 94 | 207 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.05 |
| HSL | 314.19º | 0.85% | 0.66% | - |
| HSV(B) | 314.19º | 0.61% | 0.95% | - |
| XYZ | 51.88 | 31.39 | 62.36 | - |
| YUV | 151.13 | 159.53 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 94 | 207 | 0 | 0.61 | 0.14 | 0.05 | 314.19 | 0.85 | 0.66 |
| Hex | F2 | 5E | CF | 0 | 3D | E | 5 | 13A | 55 | 42 |
| Octal | 362 | 136 | 317 | 0 | 75 | 16 | 5 | 472 | 125 | 102 |
| Binary | 11110010 | 1011110 | 11001111 | 0 | 111101 | 1110 | 101 | 100111010 | 1010101 | 1000010 |
Color Harmonies of #F25ECF
Complementary color
Monochromatic Colors of #F25ECF
Black with #F25ECF
Text Example
Text Example
White with #F25ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25ECF; }
p { color: rgb(242,94,207); }
H1.HeaderClassName
{
color: #F25ECF;
}
.AnyTagClassName
{
color: #F25ECF;
}
</style>
background-color css
<style>
a { background-color: #F25ECF; }
a { background-color: rgb(242,94,207); }
div.DivClassName
{
background-color: #F25ECF;
}
.BgClassName
{
background-color: #F25ECF;
}
</style>
border-color css
<style>
span { border-color: #F25ECF; }
span { border-color: rgb(242,94,207); }
td.TdClassName
{
border-color: #F25ECF;
}
.TagClassName
{
border-color: #F25ECF;
}
</style>