Html Css Color HEX #F25CE2 Free Speech Magenta
📋 copy color: '#F25CE2'red 242 ◦ green 92 ◦ blue 226
Shades of Free Speech Magenta #F25CE2
Tints of Free Speech Magenta #F25CE2
RGB
CMYK
RGB Variations
Color information
#F25CE2 (or 0xF25CE2) is known color: Free Speech Magenta. HEX triplet: F2, 5C and E2. RGB value is (242,92,226). Sum of RGB (Red+Green+Blue) = 242+92+226=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 92 (36.33% from 255 or 16.43% from 560); Blue value is 226 (88.67% from 255 or 40.36% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F25CE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25CE2 is #0DA31D. Grayscale: #979797. Windows color (decimal): -893726 or 14834930. OLE color: 14834930.
HSL color Cylindrical-coordinate representation of color #F25CE2: hue angle of 306.4º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F25CE2 is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 92 | 226 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.05 |
| HSL | 306.4º | 0.85% | 0.65% | - |
| HSV(B) | 306.4º | 0.62% | 0.95% | - |
| XYZ | 54.17 | 32.02 | 75.28 | - |
| YUV | 152.13 | 169.7 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 92 | 226 | 0 | 0.62 | 0.07 | 0.05 | 306.4 | 0.85 | 0.65 |
| Hex | F2 | 5C | E2 | 0 | 3E | 7 | 5 | 132 | 55 | 41 |
| Octal | 362 | 134 | 342 | 0 | 76 | 7 | 5 | 462 | 125 | 101 |
| Binary | 11110010 | 1011100 | 11100010 | 0 | 111110 | 111 | 101 | 100110010 | 1010101 | 1000001 |
Color Harmonies of #F25CE2
Complementary color
Monochromatic Colors of #F25CE2
Black with #F25CE2
Text Example
Text Example
White with #F25CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25CE2; }
p { color: rgb(242,92,226); }
H1.HeaderClassName
{
color: #F25CE2;
}
.AnyTagClassName
{
color: #F25CE2;
}
</style>
background-color css
<style>
a { background-color: #F25CE2; }
a { background-color: rgb(242,92,226); }
div.DivClassName
{
background-color: #F25CE2;
}
.BgClassName
{
background-color: #F25CE2;
}
</style>
border-color css
<style>
span { border-color: #F25CE2; }
span { border-color: rgb(242,92,226); }
td.TdClassName
{
border-color: #F25CE2;
}
.TagClassName
{
border-color: #F25CE2;
}
</style>