Html Css Color HEX #F259CC Free Speech Magenta
📋 copy color: '#F259CC'red 242 ◦ green 89 ◦ blue 204
Shades of Free Speech Magenta #F259CC
Tints of Free Speech Magenta #F259CC
RGB
CMYK
RGB Variations
Color information
#F259CC (or 0xF259CC) is known color: Free Speech Magenta. HEX triplet: F2, 59 and CC. RGB value is (242,89,204). Sum of RGB (Red+Green+Blue) = 242+89+204=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 89 (35.16% from 255 or 16.64% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F259CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F259CC is #0DA633. Grayscale: #939393. Windows color (decimal): -894516 or 13392370. OLE color: 13392370.
HSL color Cylindrical-coordinate representation of color #F259CC: hue angle of 314.9º 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 #F259CC is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 204 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.05 |
| HSL | 314.9º | 0.85% | 0.65% | - |
| HSV(B) | 314.9º | 0.63% | 0.95% | - |
| XYZ | 51.09 | 30.38 | 60.3 | - |
| YUV | 147.86 | 159.69 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 204 | 0 | 0.63 | 0.16 | 0.05 | 314.9 | 0.85 | 0.65 |
| Hex | F2 | 59 | CC | 0 | 3F | 10 | 5 | 13B | 55 | 41 |
| Octal | 362 | 131 | 314 | 0 | 77 | 20 | 5 | 473 | 125 | 101 |
| Binary | 11110010 | 1011001 | 11001100 | 0 | 111111 | 10000 | 101 | 100111011 | 1010101 | 1000001 |
Color Harmonies of #F259CC
Complementary color
Monochromatic Colors of #F259CC
Black with #F259CC
Text Example
Text Example
White with #F259CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F259CC; }
p { color: rgb(242,89,204); }
H1.HeaderClassName
{
color: #F259CC;
}
.AnyTagClassName
{
color: #F259CC;
}
</style>
background-color css
<style>
a { background-color: #F259CC; }
a { background-color: rgb(242,89,204); }
div.DivClassName
{
background-color: #F259CC;
}
.BgClassName
{
background-color: #F259CC;
}
</style>
border-color css
<style>
span { border-color: #F259CC; }
span { border-color: rgb(242,89,204); }
td.TdClassName
{
border-color: #F259CC;
}
.TagClassName
{
border-color: #F259CC;
}
</style>