Html Css Color HEX #F353D5 Free Speech Magenta
📋 copy color: '#F353D5'red 243 ◦ green 83 ◦ blue 213
Shades of Free Speech Magenta #F353D5
Tints of Free Speech Magenta #F353D5
RGB
CMYK
RGB Variations
Color information
#F353D5 (or 0xF353D5) is known color: Free Speech Magenta. HEX triplet: F3, 53 and D5. RGB value is (243,83,213). Sum of RGB (Red+Green+Blue) = 243+83+213=539 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.08% from 539); Green value is 83 (32.81% from 255 or 15.40% from 539); Blue value is 213 (83.59% from 255 or 39.52% from 539); Max value from RGB is 243 - color contains mainly: red. Hex color #F353D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F353D5 is #0CAC2A. Grayscale: #919191. Windows color (decimal): -830507 or 13980659. OLE color: 13980659.
HSL color Cylindrical-coordinate representation of color #F353D5: hue angle of 311.25º 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 #F353D5 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 83 | 213 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.05 |
| HSL | 311.25º | 0.87% | 0.64% | - |
| HSV(B) | 311.25º | 0.66% | 0.95% | - |
| XYZ | 52.07 | 30.05 | 66.01 | - |
| YUV | 145.66 | 166.01 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 83 | 213 | 0 | 0.66 | 0.12 | 0.05 | 311.25 | 0.87 | 0.64 |
| Hex | F3 | 53 | D5 | 0 | 42 | C | 5 | 137 | 57 | 40 |
| Octal | 363 | 123 | 325 | 0 | 102 | 14 | 5 | 467 | 127 | 100 |
| Binary | 11110011 | 1010011 | 11010101 | 0 | 1000010 | 1100 | 101 | 100110111 | 1010111 | 1000000 |
Color Harmonies of #F353D5
Complementary color
Monochromatic Colors of #F353D5
Black with #F353D5
Text Example
Text Example
White with #F353D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F353D5; }
p { color: rgb(243,83,213); }
H1.HeaderClassName
{
color: #F353D5;
}
.AnyTagClassName
{
color: #F353D5;
}
</style>
background-color css
<style>
a { background-color: #F353D5; }
a { background-color: rgb(243,83,213); }
div.DivClassName
{
background-color: #F353D5;
}
.BgClassName
{
background-color: #F353D5;
}
</style>
border-color css
<style>
span { border-color: #F353D5; }
span { border-color: rgb(243,83,213); }
td.TdClassName
{
border-color: #F353D5;
}
.TagClassName
{
border-color: #F353D5;
}
</style>