Html Css Color HEX #F354DF Free Speech Magenta
📋 copy color: '#F354DF'red 243 ◦ green 84 ◦ blue 223
Shades of Free Speech Magenta #F354DF
Tints of Free Speech Magenta #F354DF
RGB
CMYK
RGB Variations
Color information
#F354DF (or 0xF354DF) is known color: Free Speech Magenta. HEX triplet: F3, 54 and DF. RGB value is (243,84,223). Sum of RGB (Red+Green+Blue) = 243+84+223=550 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.18% from 550); Green value is 84 (33.20% from 255 or 15.27% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 243 - color contains mainly: red. Hex color #F354DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F354DF is #0CAB20. Grayscale: #929292. Windows color (decimal): -830241 or 14636275. OLE color: 14636275.
HSL color Cylindrical-coordinate representation of color #F354DF: hue angle of 307.55º 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 #F354DF is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 84 | 223 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.05 |
| HSL | 307.55º | 0.87% | 0.64% | - |
| HSV(B) | 307.55º | 0.65% | 0.95% | - |
| XYZ | 53.45 | 30.72 | 72.92 | - |
| YUV | 147.39 | 170.68 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 84 | 223 | 0 | 0.65 | 0.08 | 0.05 | 307.55 | 0.87 | 0.64 |
| Hex | F3 | 54 | DF | 0 | 41 | 8 | 5 | 134 | 57 | 40 |
| Octal | 363 | 124 | 337 | 0 | 101 | 10 | 5 | 464 | 127 | 100 |
| Binary | 11110011 | 1010100 | 11011111 | 0 | 1000001 | 1000 | 101 | 100110100 | 1010111 | 1000000 |
Color Harmonies of #F354DF
Complementary color
Monochromatic Colors of #F354DF
Black with #F354DF
Text Example
Text Example
White with #F354DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F354DF; }
p { color: rgb(243,84,223); }
H1.HeaderClassName
{
color: #F354DF;
}
.AnyTagClassName
{
color: #F354DF;
}
</style>
background-color css
<style>
a { background-color: #F354DF; }
a { background-color: rgb(243,84,223); }
div.DivClassName
{
background-color: #F354DF;
}
.BgClassName
{
background-color: #F354DF;
}
</style>
border-color css
<style>
span { border-color: #F354DF; }
span { border-color: rgb(243,84,223); }
td.TdClassName
{
border-color: #F354DF;
}
.TagClassName
{
border-color: #F354DF;
}
</style>