Html Css Color HEX #F25FDD Free Speech Magenta
📋 copy color: '#F25FDD'red 242 ◦ green 95 ◦ blue 221
Shades of Free Speech Magenta #F25FDD
Tints of Free Speech Magenta #F25FDD
RGB
CMYK
RGB Variations
Color information
#F25FDD (or 0xF25FDD) is known color: Free Speech Magenta. HEX triplet: F2, 5F and DD. RGB value is (242,95,221). Sum of RGB (Red+Green+Blue) = 242+95+221=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 95 (37.5% from 255 or 17.03% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F25FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25FDD is #0DA022. Grayscale: #989898. Windows color (decimal): -892963 or 14508018. OLE color: 14508018.
HSL color Cylindrical-coordinate representation of color #F25FDD: hue angle of 308.57º 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 #F25FDD is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 95 | 221 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.05 |
| HSL | 308.57º | 0.85% | 0.66% | - |
| HSV(B) | 308.57º | 0.61% | 0.95% | - |
| XYZ | 53.76 | 32.28 | 71.8 | - |
| YUV | 153.32 | 166.2 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 95 | 221 | 0 | 0.61 | 0.09 | 0.05 | 308.57 | 0.85 | 0.66 |
| Hex | F2 | 5F | DD | 0 | 3D | 9 | 5 | 135 | 55 | 42 |
| Octal | 362 | 137 | 335 | 0 | 75 | 11 | 5 | 465 | 125 | 102 |
| Binary | 11110010 | 1011111 | 11011101 | 0 | 111101 | 1001 | 101 | 100110101 | 1010101 | 1000010 |
Color Harmonies of #F25FDD
Complementary color
Monochromatic Colors of #F25FDD
Black with #F25FDD
Text Example
Text Example
White with #F25FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25FDD; }
p { color: rgb(242,95,221); }
H1.HeaderClassName
{
color: #F25FDD;
}
.AnyTagClassName
{
color: #F25FDD;
}
</style>
background-color css
<style>
a { background-color: #F25FDD; }
a { background-color: rgb(242,95,221); }
div.DivClassName
{
background-color: #F25FDD;
}
.BgClassName
{
background-color: #F25FDD;
}
</style>
border-color css
<style>
span { border-color: #F25FDD; }
span { border-color: rgb(242,95,221); }
td.TdClassName
{
border-color: #F25FDD;
}
.TagClassName
{
border-color: #F25FDD;
}
</style>