Html Css Color HEX #F25FDC Free Speech Magenta
📋 copy color: '#F25FDC'red 242 ◦ green 95 ◦ blue 220
Shades of Free Speech Magenta #F25FDC
Tints of Free Speech Magenta #F25FDC
RGB
CMYK
RGB Variations
Color information
#F25FDC (or 0xF25FDC) is known color: Free Speech Magenta. HEX triplet: F2, 5F and DC. RGB value is (242,95,220). Sum of RGB (Red+Green+Blue) = 242+95+220=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 95 (37.5% from 255 or 17.06% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F25FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25FDC is #0DA023. Grayscale: #989898. Windows color (decimal): -892964 or 14442482. OLE color: 14442482.
HSL color Cylindrical-coordinate representation of color #F25FDC: hue angle of 308.98º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F25FDC is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 95 | 220 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.05 |
| HSL | 308.98º | 0.85% | 0.66% | - |
| HSV(B) | 308.98º | 0.61% | 0.95% | - |
| XYZ | 53.63 | 32.23 | 71.1 | - |
| YUV | 153.2 | 165.7 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 95 | 220 | 0 | 0.61 | 0.09 | 0.05 | 308.98 | 0.85 | 0.66 |
| Hex | F2 | 5F | DC | 0 | 3D | 9 | 5 | 135 | 55 | 42 |
| Octal | 362 | 137 | 334 | 0 | 75 | 11 | 5 | 465 | 125 | 102 |
| Binary | 11110010 | 1011111 | 11011100 | 0 | 111101 | 1001 | 101 | 100110101 | 1010101 | 1000010 |
Color Harmonies of #F25FDC
Complementary color
Monochromatic Colors of #F25FDC
Black with #F25FDC
Text Example
Text Example
White with #F25FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25FDC; }
p { color: rgb(242,95,220); }
H1.HeaderClassName
{
color: #F25FDC;
}
.AnyTagClassName
{
color: #F25FDC;
}
</style>
background-color css
<style>
a { background-color: #F25FDC; }
a { background-color: rgb(242,95,220); }
div.DivClassName
{
background-color: #F25FDC;
}
.BgClassName
{
background-color: #F25FDC;
}
</style>
border-color css
<style>
span { border-color: #F25FDC; }
span { border-color: rgb(242,95,220); }
td.TdClassName
{
border-color: #F25FDC;
}
.TagClassName
{
border-color: #F25FDC;
}
</style>