Html Css Color HEX #F259CA Free Speech Magenta
📋 copy color: '#F259CA'red 242 ◦ green 89 ◦ blue 202
Shades of Free Speech Magenta #F259CA
Tints of Free Speech Magenta #F259CA
RGB
CMYK
RGB Variations
Color information
#F259CA (or 0xF259CA) is known color: Free Speech Magenta. HEX triplet: F2, 59 and CA. RGB value is (242,89,202). Sum of RGB (Red+Green+Blue) = 242+89+202=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 89 (35.16% from 255 or 16.70% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 242 - color contains mainly: red. Hex color #F259CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F259CA is #0DA635. Grayscale: #939393. Windows color (decimal): -894518 or 13261298. OLE color: 13261298.
HSL color Cylindrical-coordinate representation of color #F259CA: hue angle of 315.69º 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 #F259CA is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 202 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.05 |
| HSL | 315.69º | 0.85% | 0.65% | - |
| HSV(B) | 315.69º | 0.63% | 0.95% | - |
| XYZ | 50.85 | 30.29 | 59.04 | - |
| YUV | 147.63 | 158.69 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 202 | 0 | 0.63 | 0.17 | 0.05 | 315.69 | 0.85 | 0.65 |
| Hex | F2 | 59 | CA | 0 | 3F | 11 | 5 | 13C | 55 | 41 |
| Octal | 362 | 131 | 312 | 0 | 77 | 21 | 5 | 474 | 125 | 101 |
| Binary | 11110010 | 1011001 | 11001010 | 0 | 111111 | 10001 | 101 | 100111100 | 1010101 | 1000001 |
Color Harmonies of #F259CA
Complementary color
Monochromatic Colors of #F259CA
Black with #F259CA
Text Example
Text Example
White with #F259CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F259CA; }
p { color: rgb(242,89,202); }
H1.HeaderClassName
{
color: #F259CA;
}
.AnyTagClassName
{
color: #F259CA;
}
</style>
background-color css
<style>
a { background-color: #F259CA; }
a { background-color: rgb(242,89,202); }
div.DivClassName
{
background-color: #F259CA;
}
.BgClassName
{
background-color: #F259CA;
}
</style>
border-color css
<style>
span { border-color: #F259CA; }
span { border-color: rgb(242,89,202); }
td.TdClassName
{
border-color: #F259CA;
}
.TagClassName
{
border-color: #F259CA;
}
</style>