Html Css Color HEX #F259D9 Free Speech Magenta
📋 copy color: '#F259D9'red 242 ◦ green 89 ◦ blue 217
Shades of Free Speech Magenta #F259D9
Tints of Free Speech Magenta #F259D9
RGB
CMYK
RGB Variations
Color information
#F259D9 (or 0xF259D9) is known color: Free Speech Magenta. HEX triplet: F2, 59 and D9. RGB value is (242,89,217). Sum of RGB (Red+Green+Blue) = 242+89+217=548 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.16% from 548); Green value is 89 (35.16% from 255 or 16.24% from 548); Blue value is 217 (85.16% from 255 or 39.60% from 548); Max value from RGB is 242 - color contains mainly: red. Hex color #F259D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F259D9 is #0DA626. Grayscale: #949494. Windows color (decimal): -894503 or 14244338. OLE color: 14244338.
HSL color Cylindrical-coordinate representation of color #F259D9: hue angle of 309.8º 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 #F259D9 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 217 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.05 |
| HSL | 309.8º | 0.85% | 0.65% | - |
| HSV(B) | 309.8º | 0.63% | 0.95% | - |
| XYZ | 52.71 | 31.03 | 68.86 | - |
| YUV | 149.34 | 166.19 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 217 | 0 | 0.63 | 0.10 | 0.05 | 309.8 | 0.85 | 0.65 |
| Hex | F2 | 59 | D9 | 0 | 3F | A | 5 | 136 | 55 | 41 |
| Octal | 362 | 131 | 331 | 0 | 77 | 12 | 5 | 466 | 125 | 101 |
| Binary | 11110010 | 1011001 | 11011001 | 0 | 111111 | 1010 | 101 | 100110110 | 1010101 | 1000001 |
Color Harmonies of #F259D9
Complementary color
Monochromatic Colors of #F259D9
Black with #F259D9
Text Example
Text Example
White with #F259D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F259D9; }
p { color: rgb(242,89,217); }
H1.HeaderClassName
{
color: #F259D9;
}
.AnyTagClassName
{
color: #F259D9;
}
</style>
background-color css
<style>
a { background-color: #F259D9; }
a { background-color: rgb(242,89,217); }
div.DivClassName
{
background-color: #F259D9;
}
.BgClassName
{
background-color: #F259D9;
}
</style>
border-color css
<style>
span { border-color: #F259D9; }
span { border-color: rgb(242,89,217); }
td.TdClassName
{
border-color: #F259D9;
}
.TagClassName
{
border-color: #F259D9;
}
</style>