Html Css Color HEX #F353C9 Free Speech Magenta
📋 copy color: '#F353C9'red 243 ◦ green 83 ◦ blue 201
Shades of Free Speech Magenta #F353C9
Tints of Free Speech Magenta #F353C9
RGB
CMYK
RGB Variations
Color information
#F353C9 (or 0xF353C9) is known color: Free Speech Magenta. HEX triplet: F3, 53 and C9. RGB value is (243,83,201). Sum of RGB (Red+Green+Blue) = 243+83+201=527 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.11% from 527); Green value is 83 (32.81% from 255 or 15.75% from 527); Blue value is 201 (78.91% from 255 or 38.14% from 527); Max value from RGB is 243 - color contains mainly: red. Hex color #F353C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F353C9 is #0CAC36. Grayscale: #8F8F8F. Windows color (decimal): -830519 or 13194227. OLE color: 13194227.
HSL color Cylindrical-coordinate representation of color #F353C9: hue angle of 315.75º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F353C9 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 83 | 201 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.05 |
| HSL | 315.75º | 0.87% | 0.64% | - |
| HSV(B) | 315.75º | 0.66% | 0.95% | - |
| XYZ | 50.6 | 29.46 | 58.28 | - |
| YUV | 144.29 | 160.01 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 83 | 201 | 0 | 0.66 | 0.17 | 0.05 | 315.75 | 0.87 | 0.64 |
| Hex | F3 | 53 | C9 | 0 | 42 | 11 | 5 | 13C | 57 | 40 |
| Octal | 363 | 123 | 311 | 0 | 102 | 21 | 5 | 474 | 127 | 100 |
| Binary | 11110011 | 1010011 | 11001001 | 0 | 1000010 | 10001 | 101 | 100111100 | 1010111 | 1000000 |
Color Harmonies of #F353C9
Complementary color
Monochromatic Colors of #F353C9
Black with #F353C9
Text Example
Text Example
White with #F353C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F353C9; }
p { color: rgb(243,83,201); }
H1.HeaderClassName
{
color: #F353C9;
}
.AnyTagClassName
{
color: #F353C9;
}
</style>
background-color css
<style>
a { background-color: #F353C9; }
a { background-color: rgb(243,83,201); }
div.DivClassName
{
background-color: #F353C9;
}
.BgClassName
{
background-color: #F353C9;
}
</style>
border-color css
<style>
span { border-color: #F353C9; }
span { border-color: rgb(243,83,201); }
td.TdClassName
{
border-color: #F353C9;
}
.TagClassName
{
border-color: #F353C9;
}
</style>