Html Css Color HEX #F259C9 Free Speech Magenta
📋 copy color: '#F259C9'red 242 ◦ green 89 ◦ blue 201
Shades of Free Speech Magenta #F259C9
Tints of Free Speech Magenta #F259C9
RGB
CMYK
RGB Variations
Color information
#F259C9 (or 0xF259C9) is known color: Free Speech Magenta. HEX triplet: F2, 59 and C9. RGB value is (242,89,201). Sum of RGB (Red+Green+Blue) = 242+89+201=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 89 (35.16% from 255 or 16.73% from 532); Blue value is 201 (78.91% from 255 or 37.78% from 532); Max value from RGB is 242 - color contains mainly: red. Hex color #F259C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F259C9 is #0DA636. Grayscale: #939393. Windows color (decimal): -894519 or 13195762. OLE color: 13195762.
HSL color Cylindrical-coordinate representation of color #F259C9: hue angle of 316.08º 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 #F259C9 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 201 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.05 |
| HSL | 316.08º | 0.85% | 0.65% | - |
| HSV(B) | 316.08º | 0.63% | 0.95% | - |
| XYZ | 50.73 | 30.24 | 58.42 | - |
| YUV | 147.52 | 158.19 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 201 | 0 | 0.63 | 0.17 | 0.05 | 316.08 | 0.85 | 0.65 |
| Hex | F2 | 59 | C9 | 0 | 3F | 11 | 5 | 13C | 55 | 41 |
| Octal | 362 | 131 | 311 | 0 | 77 | 21 | 5 | 474 | 125 | 101 |
| Binary | 11110010 | 1011001 | 11001001 | 0 | 111111 | 10001 | 101 | 100111100 | 1010101 | 1000001 |
Color Harmonies of #F259C9
Complementary color
Monochromatic Colors of #F259C9
Black with #F259C9
Text Example
Text Example
White with #F259C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F259C9; }
p { color: rgb(242,89,201); }
H1.HeaderClassName
{
color: #F259C9;
}
.AnyTagClassName
{
color: #F259C9;
}
</style>
background-color css
<style>
a { background-color: #F259C9; }
a { background-color: rgb(242,89,201); }
div.DivClassName
{
background-color: #F259C9;
}
.BgClassName
{
background-color: #F259C9;
}
</style>
border-color css
<style>
span { border-color: #F259C9; }
span { border-color: rgb(242,89,201); }
td.TdClassName
{
border-color: #F259C9;
}
.TagClassName
{
border-color: #F259C9;
}
</style>