Html Css Color HEX #F354CA Free Speech Magenta
📋 copy color: '#F354CA'red 243 ◦ green 84 ◦ blue 202
Shades of Free Speech Magenta #F354CA
Tints of Free Speech Magenta #F354CA
RGB
CMYK
RGB Variations
Color information
#F354CA (or 0xF354CA) is known color: Free Speech Magenta. HEX triplet: F3, 54 and CA. RGB value is (243,84,202). Sum of RGB (Red+Green+Blue) = 243+84+202=529 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.94% from 529); Green value is 84 (33.20% from 255 or 15.88% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 243 - color contains mainly: red. Hex color #F354CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F354CA is #0CAB35. Grayscale: #909090. Windows color (decimal): -830262 or 13260019. OLE color: 13260019.
HSL color Cylindrical-coordinate representation of color #F354CA: hue angle of 315.47º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F354CA is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 84 | 202 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.05 |
| HSL | 315.47º | 0.87% | 0.64% | - |
| HSV(B) | 315.47º | 0.65% | 0.95% | - |
| XYZ | 50.79 | 29.66 | 58.92 | - |
| YUV | 144.99 | 160.18 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 84 | 202 | 0 | 0.65 | 0.17 | 0.05 | 315.47 | 0.87 | 0.64 |
| Hex | F3 | 54 | CA | 0 | 41 | 11 | 5 | 13B | 57 | 40 |
| Octal | 363 | 124 | 312 | 0 | 101 | 21 | 5 | 473 | 127 | 100 |
| Binary | 11110011 | 1010100 | 11001010 | 0 | 1000001 | 10001 | 101 | 100111011 | 1010111 | 1000000 |
Color Harmonies of #F354CA
Complementary color
Monochromatic Colors of #F354CA
Black with #F354CA
Text Example
Text Example
White with #F354CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F354CA; }
p { color: rgb(243,84,202); }
H1.HeaderClassName
{
color: #F354CA;
}
.AnyTagClassName
{
color: #F354CA;
}
</style>
background-color css
<style>
a { background-color: #F354CA; }
a { background-color: rgb(243,84,202); }
div.DivClassName
{
background-color: #F354CA;
}
.BgClassName
{
background-color: #F354CA;
}
</style>
border-color css
<style>
span { border-color: #F354CA; }
span { border-color: rgb(243,84,202); }
td.TdClassName
{
border-color: #F354CA;
}
.TagClassName
{
border-color: #F354CA;
}
</style>