Html Css Color HEX #F25CCD Free Speech Magenta
📋 copy color: '#F25CCD'red 242 ◦ green 92 ◦ blue 205
Shades of Free Speech Magenta #F25CCD
Tints of Free Speech Magenta #F25CCD
RGB
CMYK
RGB Variations
Color information
#F25CCD (or 0xF25CCD) is known color: Free Speech Magenta. HEX triplet: F2, 5C and CD. RGB value is (242,92,205). Sum of RGB (Red+Green+Blue) = 242+92+205=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 92 (36.33% from 255 or 17.07% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F25CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25CCD is #0DA332. Grayscale: #959595. Windows color (decimal): -893747 or 13458674. OLE color: 13458674.
HSL color Cylindrical-coordinate representation of color #F25CCD: hue angle of 314.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 #F25CCD is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 92 | 205 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.05 |
| HSL | 314.8º | 0.85% | 0.65% | - |
| HSV(B) | 314.8º | 0.62% | 0.95% | - |
| XYZ | 51.46 | 30.94 | 61.02 | - |
| YUV | 149.73 | 159.2 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 92 | 205 | 0 | 0.62 | 0.15 | 0.05 | 314.8 | 0.85 | 0.65 |
| Hex | F2 | 5C | CD | 0 | 3E | F | 5 | 13B | 55 | 41 |
| Octal | 362 | 134 | 315 | 0 | 76 | 17 | 5 | 473 | 125 | 101 |
| Binary | 11110010 | 1011100 | 11001101 | 0 | 111110 | 1111 | 101 | 100111011 | 1010101 | 1000001 |
Color Harmonies of #F25CCD
Complementary color
Monochromatic Colors of #F25CCD
Black with #F25CCD
Text Example
Text Example
White with #F25CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25CCD; }
p { color: rgb(242,92,205); }
H1.HeaderClassName
{
color: #F25CCD;
}
.AnyTagClassName
{
color: #F25CCD;
}
</style>
background-color css
<style>
a { background-color: #F25CCD; }
a { background-color: rgb(242,92,205); }
div.DivClassName
{
background-color: #F25CCD;
}
.BgClassName
{
background-color: #F25CCD;
}
</style>
border-color css
<style>
span { border-color: #F25CCD; }
span { border-color: rgb(242,92,205); }
td.TdClassName
{
border-color: #F25CCD;
}
.TagClassName
{
border-color: #F25CCD;
}
</style>