Html Css Color HEX #F25AD0 Free Speech Magenta
📋 copy color: '#F25AD0'red 242 ◦ green 90 ◦ blue 208
Shades of Free Speech Magenta #F25AD0
Tints of Free Speech Magenta #F25AD0
RGB
CMYK
RGB Variations
Color information
#F25AD0 (or 0xF25AD0) is known color: Free Speech Magenta. HEX triplet: F2, 5A and D0. RGB value is (242,90,208). Sum of RGB (Red+Green+Blue) = 242+90+208=540 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.81% from 540); Green value is 90 (35.55% from 255 or 16.67% from 540); Blue value is 208 (81.64% from 255 or 38.52% from 540); Max value from RGB is 242 - color contains mainly: red. Hex color #F25AD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25AD0 is #0DA52F. Grayscale: #949494. Windows color (decimal): -894256 or 13654770. OLE color: 13654770.
HSL color Cylindrical-coordinate representation of color #F25AD0: hue angle of 313.42º 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 #F25AD0 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 90 | 208 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.05 |
| HSL | 313.42º | 0.85% | 0.65% | - |
| HSV(B) | 313.42º | 0.63% | 0.95% | - |
| XYZ | 51.66 | 30.74 | 62.89 | - |
| YUV | 148.9 | 161.36 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 90 | 208 | 0 | 0.63 | 0.14 | 0.05 | 313.42 | 0.85 | 0.65 |
| Hex | F2 | 5A | D0 | 0 | 3F | E | 5 | 139 | 55 | 41 |
| Octal | 362 | 132 | 320 | 0 | 77 | 16 | 5 | 471 | 125 | 101 |
| Binary | 11110010 | 1011010 | 11010000 | 0 | 111111 | 1110 | 101 | 100111001 | 1010101 | 1000001 |
Color Harmonies of #F25AD0
Complementary color
Monochromatic Colors of #F25AD0
Black with #F25AD0
Text Example
Text Example
White with #F25AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25AD0; }
p { color: rgb(242,90,208); }
H1.HeaderClassName
{
color: #F25AD0;
}
.AnyTagClassName
{
color: #F25AD0;
}
</style>
background-color css
<style>
a { background-color: #F25AD0; }
a { background-color: rgb(242,90,208); }
div.DivClassName
{
background-color: #F25AD0;
}
.BgClassName
{
background-color: #F25AD0;
}
</style>
border-color css
<style>
span { border-color: #F25AD0; }
span { border-color: rgb(242,90,208); }
td.TdClassName
{
border-color: #F25AD0;
}
.TagClassName
{
border-color: #F25AD0;
}
</style>