Html Css Color HEX #F25ACE Free Speech Magenta
📋 copy color: '#F25ACE'red 242 ◦ green 90 ◦ blue 206
Shades of Free Speech Magenta #F25ACE
Tints of Free Speech Magenta #F25ACE
RGB
CMYK
RGB Variations
Color information
#F25ACE (or 0xF25ACE) is known color: Free Speech Magenta. HEX triplet: F2, 5A and CE. RGB value is (242,90,206). Sum of RGB (Red+Green+Blue) = 242+90+206=538 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.98% from 538); Green value is 90 (35.55% from 255 or 16.73% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 242 - color contains mainly: red. Hex color #F25ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25ACE is #0DA531. Grayscale: #949494. Windows color (decimal): -894258 or 13523698. OLE color: 13523698.
HSL color Cylindrical-coordinate representation of color #F25ACE: hue angle of 314.21º 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 #F25ACE is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 90 | 206 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.05 |
| HSL | 314.21º | 0.85% | 0.65% | - |
| HSV(B) | 314.21º | 0.63% | 0.95% | - |
| XYZ | 51.41 | 30.65 | 61.6 | - |
| YUV | 148.67 | 160.36 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 90 | 206 | 0 | 0.63 | 0.15 | 0.05 | 314.21 | 0.85 | 0.65 |
| Hex | F2 | 5A | CE | 0 | 3F | F | 5 | 13A | 55 | 41 |
| Octal | 362 | 132 | 316 | 0 | 77 | 17 | 5 | 472 | 125 | 101 |
| Binary | 11110010 | 1011010 | 11001110 | 0 | 111111 | 1111 | 101 | 100111010 | 1010101 | 1000001 |
Color Harmonies of #F25ACE
Complementary color
Monochromatic Colors of #F25ACE
Black with #F25ACE
Text Example
Text Example
White with #F25ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25ACE; }
p { color: rgb(242,90,206); }
H1.HeaderClassName
{
color: #F25ACE;
}
.AnyTagClassName
{
color: #F25ACE;
}
</style>
background-color css
<style>
a { background-color: #F25ACE; }
a { background-color: rgb(242,90,206); }
div.DivClassName
{
background-color: #F25ACE;
}
.BgClassName
{
background-color: #F25ACE;
}
</style>
border-color css
<style>
span { border-color: #F25ACE; }
span { border-color: rgb(242,90,206); }
td.TdClassName
{
border-color: #F25ACE;
}
.TagClassName
{
border-color: #F25ACE;
}
</style>