Html Css Color HEX #F25AD4 Free Speech Magenta
📋 copy color: '#F25AD4'red 242 ◦ green 90 ◦ blue 212
Shades of Free Speech Magenta #F25AD4
Tints of Free Speech Magenta #F25AD4
RGB
CMYK
RGB Variations
Color information
#F25AD4 (or 0xF25AD4) is known color: Free Speech Magenta. HEX triplet: F2, 5A and D4. RGB value is (242,90,212). Sum of RGB (Red+Green+Blue) = 242+90+212=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 90 (35.55% from 255 or 16.54% from 544); Blue value is 212 (83.20% from 255 or 38.97% from 544); Max value from RGB is 242 - color contains mainly: red. Hex color #F25AD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25AD4 is #0DA52B. Grayscale: #959595. Windows color (decimal): -894252 or 13916914. OLE color: 13916914.
HSL color Cylindrical-coordinate representation of color #F25AD4: hue angle of 311.84º 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 #F25AD4 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 90 | 212 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.05 |
| HSL | 311.84º | 0.85% | 0.65% | - |
| HSV(B) | 311.84º | 0.63% | 0.95% | - |
| XYZ | 52.16 | 30.94 | 65.51 | - |
| YUV | 149.36 | 163.36 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 90 | 212 | 0 | 0.63 | 0.12 | 0.05 | 311.84 | 0.85 | 0.65 |
| Hex | F2 | 5A | D4 | 0 | 3F | C | 5 | 138 | 55 | 41 |
| Octal | 362 | 132 | 324 | 0 | 77 | 14 | 5 | 470 | 125 | 101 |
| Binary | 11110010 | 1011010 | 11010100 | 0 | 111111 | 1100 | 101 | 100111000 | 1010101 | 1000001 |
Color Harmonies of #F25AD4
Complementary color
Monochromatic Colors of #F25AD4
Black with #F25AD4
Text Example
Text Example
White with #F25AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25AD4; }
p { color: rgb(242,90,212); }
H1.HeaderClassName
{
color: #F25AD4;
}
.AnyTagClassName
{
color: #F25AD4;
}
</style>
background-color css
<style>
a { background-color: #F25AD4; }
a { background-color: rgb(242,90,212); }
div.DivClassName
{
background-color: #F25AD4;
}
.BgClassName
{
background-color: #F25AD4;
}
</style>
border-color css
<style>
span { border-color: #F25AD4; }
span { border-color: rgb(242,90,212); }
td.TdClassName
{
border-color: #F25AD4;
}
.TagClassName
{
border-color: #F25AD4;
}
</style>