Html Css Color HEX #F259D1 Free Speech Magenta
📋 copy color: '#F259D1'red 242 ◦ green 89 ◦ blue 209
Shades of Free Speech Magenta #F259D1
Tints of Free Speech Magenta #F259D1
RGB
CMYK
RGB Variations
Color information
#F259D1 (or 0xF259D1) is known color: Free Speech Magenta. HEX triplet: F2, 59 and D1. RGB value is (242,89,209). Sum of RGB (Red+Green+Blue) = 242+89+209=540 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.81% from 540); Green value is 89 (35.16% from 255 or 16.48% from 540); Blue value is 209 (82.03% from 255 or 38.70% from 540); Max value from RGB is 242 - color contains mainly: red. Hex color #F259D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F259D1 is #0DA62E. Grayscale: #949494. Windows color (decimal): -894511 or 13720050. OLE color: 13720050.
HSL color Cylindrical-coordinate representation of color #F259D1: hue angle of 312.94º 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 #F259D1 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 209 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.05 |
| HSL | 312.94º | 0.85% | 0.65% | - |
| HSV(B) | 312.94º | 0.63% | 0.95% | - |
| XYZ | 51.7 | 30.63 | 63.51 | - |
| YUV | 148.43 | 162.19 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 209 | 0 | 0.63 | 0.14 | 0.05 | 312.94 | 0.85 | 0.65 |
| Hex | F2 | 59 | D1 | 0 | 3F | E | 5 | 139 | 55 | 41 |
| Octal | 362 | 131 | 321 | 0 | 77 | 16 | 5 | 471 | 125 | 101 |
| Binary | 11110010 | 1011001 | 11010001 | 0 | 111111 | 1110 | 101 | 100111001 | 1010101 | 1000001 |
Color Harmonies of #F259D1
Complementary color
Monochromatic Colors of #F259D1
Black with #F259D1
Text Example
Text Example
White with #F259D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F259D1; }
p { color: rgb(242,89,209); }
H1.HeaderClassName
{
color: #F259D1;
}
.AnyTagClassName
{
color: #F259D1;
}
</style>
background-color css
<style>
a { background-color: #F259D1; }
a { background-color: rgb(242,89,209); }
div.DivClassName
{
background-color: #F259D1;
}
.BgClassName
{
background-color: #F259D1;
}
</style>
border-color css
<style>
span { border-color: #F259D1; }
span { border-color: rgb(242,89,209); }
td.TdClassName
{
border-color: #F259D1;
}
.TagClassName
{
border-color: #F259D1;
}
</style>