Html Css Color HEX #F259D4 Free Speech Magenta
📋 copy color: '#F259D4'red 242 ◦ green 89 ◦ blue 212
Shades of Free Speech Magenta #F259D4
Tints of Free Speech Magenta #F259D4
RGB
CMYK
RGB Variations
Color information
#F259D4 (or 0xF259D4) is known color: Free Speech Magenta. HEX triplet: F2, 59 and D4. RGB value is (242,89,212). Sum of RGB (Red+Green+Blue) = 242+89+212=543 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.57% from 543); Green value is 89 (35.16% from 255 or 16.39% from 543); Blue value is 212 (83.20% from 255 or 39.04% from 543); Max value from RGB is 242 - color contains mainly: red. Hex color #F259D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F259D4 is #0DA62B. Grayscale: #949494. Windows color (decimal): -894508 or 13916658. OLE color: 13916658.
HSL color Cylindrical-coordinate representation of color #F259D4: hue angle of 311.76º 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 #F259D4 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 212 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.05 |
| HSL | 311.76º | 0.85% | 0.65% | - |
| HSV(B) | 311.76º | 0.63% | 0.95% | - |
| XYZ | 52.07 | 30.78 | 65.48 | - |
| YUV | 148.77 | 163.69 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 212 | 0 | 0.63 | 0.12 | 0.05 | 311.76 | 0.85 | 0.65 |
| Hex | F2 | 59 | D4 | 0 | 3F | C | 5 | 138 | 55 | 41 |
| Octal | 362 | 131 | 324 | 0 | 77 | 14 | 5 | 470 | 125 | 101 |
| Binary | 11110010 | 1011001 | 11010100 | 0 | 111111 | 1100 | 101 | 100111000 | 1010101 | 1000001 |
Color Harmonies of #F259D4
Complementary color
Monochromatic Colors of #F259D4
Black with #F259D4
Text Example
Text Example
White with #F259D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F259D4; }
p { color: rgb(242,89,212); }
H1.HeaderClassName
{
color: #F259D4;
}
.AnyTagClassName
{
color: #F259D4;
}
</style>
background-color css
<style>
a { background-color: #F259D4; }
a { background-color: rgb(242,89,212); }
div.DivClassName
{
background-color: #F259D4;
}
.BgClassName
{
background-color: #F259D4;
}
</style>
border-color css
<style>
span { border-color: #F259D4; }
span { border-color: rgb(242,89,212); }
td.TdClassName
{
border-color: #F259D4;
}
.TagClassName
{
border-color: #F259D4;
}
</style>