Html Css Color HEX #F25CDC Free Speech Magenta
📋 copy color: '#F25CDC'red 242 ◦ green 92 ◦ blue 220
Shades of Free Speech Magenta #F25CDC
Tints of Free Speech Magenta #F25CDC
RGB
CMYK
RGB Variations
Color information
#F25CDC (or 0xF25CDC) is known color: Free Speech Magenta. HEX triplet: F2, 5C and DC. RGB value is (242,92,220). Sum of RGB (Red+Green+Blue) = 242+92+220=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 92 (36.33% from 255 or 16.61% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F25CDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25CDC is #0DA323. Grayscale: #979797. Windows color (decimal): -893732 or 14441714. OLE color: 14441714.
HSL color Cylindrical-coordinate representation of color #F25CDC: hue angle of 308.8º 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 #F25CDC is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 92 | 220 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.05 |
| HSL | 308.8º | 0.85% | 0.65% | - |
| HSV(B) | 308.8º | 0.62% | 0.95% | - |
| XYZ | 53.36 | 31.7 | 71.02 | - |
| YUV | 151.44 | 166.7 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 92 | 220 | 0 | 0.62 | 0.09 | 0.05 | 308.8 | 0.85 | 0.65 |
| Hex | F2 | 5C | DC | 0 | 3E | 9 | 5 | 135 | 55 | 41 |
| Octal | 362 | 134 | 334 | 0 | 76 | 11 | 5 | 465 | 125 | 101 |
| Binary | 11110010 | 1011100 | 11011100 | 0 | 111110 | 1001 | 101 | 100110101 | 1010101 | 1000001 |
Color Harmonies of #F25CDC
Complementary color
Monochromatic Colors of #F25CDC
Black with #F25CDC
Text Example
Text Example
White with #F25CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25CDC; }
p { color: rgb(242,92,220); }
H1.HeaderClassName
{
color: #F25CDC;
}
.AnyTagClassName
{
color: #F25CDC;
}
</style>
background-color css
<style>
a { background-color: #F25CDC; }
a { background-color: rgb(242,92,220); }
div.DivClassName
{
background-color: #F25CDC;
}
.BgClassName
{
background-color: #F25CDC;
}
</style>
border-color css
<style>
span { border-color: #F25CDC; }
span { border-color: rgb(242,92,220); }
td.TdClassName
{
border-color: #F25CDC;
}
.TagClassName
{
border-color: #F25CDC;
}
</style>