Html Css Color HEX #F350DF Free Speech Magenta
📋 copy color: '#F350DF'red 243 ◦ green 80 ◦ blue 223
Shades of Free Speech Magenta #F350DF
Tints of Free Speech Magenta #F350DF
RGB
CMYK
RGB Variations
Color information
#F350DF (or 0xF350DF) is known color: Free Speech Magenta. HEX triplet: F3, 50 and DF. RGB value is (243,80,223). Sum of RGB (Red+Green+Blue) = 243+80+223=546 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.51% from 546); Green value is 80 (31.64% from 255 or 14.65% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 243 - color contains mainly: red. Hex color #F350DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F350DF is #0CAF20. Grayscale: #909090. Windows color (decimal): -831265 or 14635251. OLE color: 14635251.
HSL color Cylindrical-coordinate representation of color #F350DF: hue angle of 307.36º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F350DF is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 80 | 223 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.05 |
| HSL | 307.36º | 0.87% | 0.63% | - |
| HSV(B) | 307.36º | 0.67% | 0.95% | - |
| XYZ | 53.15 | 30.12 | 72.82 | - |
| YUV | 145.04 | 172 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 80 | 223 | 0 | 0.67 | 0.08 | 0.05 | 307.36 | 0.87 | 0.63 |
| Hex | F3 | 50 | DF | 0 | 43 | 8 | 5 | 133 | 57 | 3F |
| Octal | 363 | 120 | 337 | 0 | 103 | 10 | 5 | 463 | 127 | 77 |
| Binary | 11110011 | 1010000 | 11011111 | 0 | 1000011 | 1000 | 101 | 100110011 | 1010111 | 111111 |
Color Harmonies of #F350DF
Complementary color
Monochromatic Colors of #F350DF
Black with #F350DF
Text Example
Text Example
White with #F350DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F350DF; }
p { color: rgb(243,80,223); }
H1.HeaderClassName
{
color: #F350DF;
}
.AnyTagClassName
{
color: #F350DF;
}
</style>
background-color css
<style>
a { background-color: #F350DF; }
a { background-color: rgb(243,80,223); }
div.DivClassName
{
background-color: #F350DF;
}
.BgClassName
{
background-color: #F350DF;
}
</style>
border-color css
<style>
span { border-color: #F350DF; }
span { border-color: rgb(243,80,223); }
td.TdClassName
{
border-color: #F350DF;
}
.TagClassName
{
border-color: #F350DF;
}
</style>