Html Css Color HEX #F259DD Free Speech Magenta
📋 copy color: '#F259DD'red 242 ◦ green 89 ◦ blue 221
Shades of Free Speech Magenta #F259DD
Tints of Free Speech Magenta #F259DD
RGB
CMYK
RGB Variations
Color information
#F259DD (or 0xF259DD) is known color: Free Speech Magenta. HEX triplet: F2, 59 and DD. RGB value is (242,89,221). Sum of RGB (Red+Green+Blue) = 242+89+221=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 89 (35.16% from 255 or 16.12% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 242 - color contains mainly: red. Hex color #F259DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F259DD is #0DA622. Grayscale: #959595. Windows color (decimal): -894499 or 14506482. OLE color: 14506482.
HSL color Cylindrical-coordinate representation of color #F259DD: hue angle of 308.24º 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 #F259DD is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 221 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.05 |
| HSL | 308.24º | 0.85% | 0.65% | - |
| HSV(B) | 308.24º | 0.63% | 0.95% | - |
| XYZ | 53.24 | 31.24 | 71.63 | - |
| YUV | 149.8 | 168.19 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 221 | 0 | 0.63 | 0.09 | 0.05 | 308.24 | 0.85 | 0.65 |
| Hex | F2 | 59 | DD | 0 | 3F | 9 | 5 | 134 | 55 | 41 |
| Octal | 362 | 131 | 335 | 0 | 77 | 11 | 5 | 464 | 125 | 101 |
| Binary | 11110010 | 1011001 | 11011101 | 0 | 111111 | 1001 | 101 | 100110100 | 1010101 | 1000001 |
Color Harmonies of #F259DD
Complementary color
Monochromatic Colors of #F259DD
Black with #F259DD
Text Example
Text Example
White with #F259DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F259DD; }
p { color: rgb(242,89,221); }
H1.HeaderClassName
{
color: #F259DD;
}
.AnyTagClassName
{
color: #F259DD;
}
</style>
background-color css
<style>
a { background-color: #F259DD; }
a { background-color: rgb(242,89,221); }
div.DivClassName
{
background-color: #F259DD;
}
.BgClassName
{
background-color: #F259DD;
}
</style>
border-color css
<style>
span { border-color: #F259DD; }
span { border-color: rgb(242,89,221); }
td.TdClassName
{
border-color: #F259DD;
}
.TagClassName
{
border-color: #F259DD;
}
</style>