Html Css Color HEX #F25DCD Free Speech Magenta
📋 copy color: '#F25DCD'red 242 ◦ green 93 ◦ blue 205
Shades of Free Speech Magenta #F25DCD
Tints of Free Speech Magenta #F25DCD
RGB
CMYK
RGB Variations
Color information
#F25DCD (or 0xF25DCD) is known color: Free Speech Magenta. HEX triplet: F2, 5D and CD. RGB value is (242,93,205). Sum of RGB (Red+Green+Blue) = 242+93+205=540 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.81% from 540); Green value is 93 (36.72% from 255 or 17.22% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 242 - color contains mainly: red. Hex color #F25DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25DCD is #0DA232. Grayscale: #969696. Windows color (decimal): -893491 or 13458930. OLE color: 13458930.
HSL color Cylindrical-coordinate representation of color #F25DCD: hue angle of 314.9º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F25DCD is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 93 | 205 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.05 |
| HSL | 314.9º | 0.85% | 0.66% | - |
| HSV(B) | 314.9º | 0.62% | 0.95% | - |
| XYZ | 51.55 | 31.11 | 61.05 | - |
| YUV | 150.32 | 158.86 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 93 | 205 | 0 | 0.62 | 0.15 | 0.05 | 314.9 | 0.85 | 0.66 |
| Hex | F2 | 5D | CD | 0 | 3E | F | 5 | 13B | 55 | 42 |
| Octal | 362 | 135 | 315 | 0 | 76 | 17 | 5 | 473 | 125 | 102 |
| Binary | 11110010 | 1011101 | 11001101 | 0 | 111110 | 1111 | 101 | 100111011 | 1010101 | 1000010 |
Color Harmonies of #F25DCD
Complementary color
Monochromatic Colors of #F25DCD
Black with #F25DCD
Text Example
Text Example
White with #F25DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25DCD; }
p { color: rgb(242,93,205); }
H1.HeaderClassName
{
color: #F25DCD;
}
.AnyTagClassName
{
color: #F25DCD;
}
</style>
background-color css
<style>
a { background-color: #F25DCD; }
a { background-color: rgb(242,93,205); }
div.DivClassName
{
background-color: #F25DCD;
}
.BgClassName
{
background-color: #F25DCD;
}
</style>
border-color css
<style>
span { border-color: #F25DCD; }
span { border-color: rgb(242,93,205); }
td.TdClassName
{
border-color: #F25DCD;
}
.TagClassName
{
border-color: #F25DCD;
}
</style>