Html Css Color HEX #F25CE0 Free Speech Magenta
📋 copy color: '#F25CE0'red 242 ◦ green 92 ◦ blue 224
Shades of Free Speech Magenta #F25CE0
Tints of Free Speech Magenta #F25CE0
RGB
CMYK
RGB Variations
Color information
#F25CE0 (or 0xF25CE0) is known color: Free Speech Magenta. HEX triplet: F2, 5C and E0. RGB value is (242,92,224). Sum of RGB (Red+Green+Blue) = 242+92+224=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 92 (36.33% from 255 or 16.49% from 558); Blue value is 224 (87.89% from 255 or 40.14% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F25CE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25CE0 is #0DA31F. Grayscale: #979797. Windows color (decimal): -893728 or 14703858. OLE color: 14703858.
HSL color Cylindrical-coordinate representation of color #F25CE0: hue angle of 307.2º 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 #F25CE0 is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 92 | 224 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.05 |
| HSL | 307.2º | 0.85% | 0.65% | - |
| HSV(B) | 307.2º | 0.62% | 0.95% | - |
| XYZ | 53.9 | 31.91 | 73.84 | - |
| YUV | 151.9 | 168.7 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 92 | 224 | 0 | 0.62 | 0.07 | 0.05 | 307.2 | 0.85 | 0.65 |
| Hex | F2 | 5C | E0 | 0 | 3E | 7 | 5 | 133 | 55 | 41 |
| Octal | 362 | 134 | 340 | 0 | 76 | 7 | 5 | 463 | 125 | 101 |
| Binary | 11110010 | 1011100 | 11100000 | 0 | 111110 | 111 | 101 | 100110011 | 1010101 | 1000001 |
Color Harmonies of #F25CE0
Complementary color
Monochromatic Colors of #F25CE0
Black with #F25CE0
Text Example
Text Example
White with #F25CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25CE0; }
p { color: rgb(242,92,224); }
H1.HeaderClassName
{
color: #F25CE0;
}
.AnyTagClassName
{
color: #F25CE0;
}
</style>
background-color css
<style>
a { background-color: #F25CE0; }
a { background-color: rgb(242,92,224); }
div.DivClassName
{
background-color: #F25CE0;
}
.BgClassName
{
background-color: #F25CE0;
}
</style>
border-color css
<style>
span { border-color: #F25CE0; }
span { border-color: rgb(242,92,224); }
td.TdClassName
{
border-color: #F25CE0;
}
.TagClassName
{
border-color: #F25CE0;
}
</style>