Html Css Color HEX #F25ADE Free Speech Magenta
📋 copy color: '#F25ADE'red 242 ◦ green 90 ◦ blue 222
Shades of Free Speech Magenta #F25ADE
Tints of Free Speech Magenta #F25ADE
RGB
CMYK
RGB Variations
Color information
#F25ADE (or 0xF25ADE) is known color: Free Speech Magenta. HEX triplet: F2, 5A and DE. RGB value is (242,90,222). Sum of RGB (Red+Green+Blue) = 242+90+222=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 90 (35.55% from 255 or 16.25% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F25ADE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25ADE is #0DA521. Grayscale: #969696. Windows color (decimal): -894242 or 14572274. OLE color: 14572274.
HSL color Cylindrical-coordinate representation of color #F25ADE: hue angle of 307.89º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F25ADE is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 90 | 222 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.05 |
| HSL | 307.89º | 0.85% | 0.65% | - |
| HSV(B) | 307.89º | 0.63% | 0.95% | - |
| XYZ | 53.46 | 31.46 | 72.36 | - |
| YUV | 150.5 | 168.36 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 90 | 222 | 0 | 0.63 | 0.08 | 0.05 | 307.89 | 0.85 | 0.65 |
| Hex | F2 | 5A | DE | 0 | 3F | 8 | 5 | 134 | 55 | 41 |
| Octal | 362 | 132 | 336 | 0 | 77 | 10 | 5 | 464 | 125 | 101 |
| Binary | 11110010 | 1011010 | 11011110 | 0 | 111111 | 1000 | 101 | 100110100 | 1010101 | 1000001 |
Color Harmonies of #F25ADE
Complementary color
Monochromatic Colors of #F25ADE
Black with #F25ADE
Text Example
Text Example
White with #F25ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25ADE; }
p { color: rgb(242,90,222); }
H1.HeaderClassName
{
color: #F25ADE;
}
.AnyTagClassName
{
color: #F25ADE;
}
</style>
background-color css
<style>
a { background-color: #F25ADE; }
a { background-color: rgb(242,90,222); }
div.DivClassName
{
background-color: #F25ADE;
}
.BgClassName
{
background-color: #F25ADE;
}
</style>
border-color css
<style>
span { border-color: #F25ADE; }
span { border-color: rgb(242,90,222); }
td.TdClassName
{
border-color: #F25ADE;
}
.TagClassName
{
border-color: #F25ADE;
}
</style>