Html Css Color HEX #F353E5 Free Speech Magenta
📋 copy color: '#F353E5'red 243 ◦ green 83 ◦ blue 229
Shades of Free Speech Magenta #F353E5
Tints of Free Speech Magenta #F353E5
RGB
CMYK
RGB Variations
Color information
#F353E5 (or 0xF353E5) is known color: Free Speech Magenta. HEX triplet: F3, 53 and E5. RGB value is (243,83,229). Sum of RGB (Red+Green+Blue) = 243+83+229=555 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.78% from 555); Green value is 83 (32.81% from 255 or 14.95% from 555); Blue value is 229 (89.84% from 255 or 41.26% from 555); Max value from RGB is 243 - color contains mainly: red. Hex color #F353E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F353E5 is #0CAC1A. Grayscale: #939393. Windows color (decimal): -830491 or 15029235. OLE color: 15029235.
HSL color Cylindrical-coordinate representation of color #F353E5: hue angle of 305.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 #F353E5 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 83 | 229 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.05 |
| HSL | 305.25º | 0.87% | 0.64% | - |
| HSV(B) | 305.25º | 0.66% | 0.95% | - |
| XYZ | 54.2 | 30.9 | 77.24 | - |
| YUV | 147.48 | 174.01 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 83 | 229 | 0 | 0.66 | 0.06 | 0.05 | 305.25 | 0.87 | 0.64 |
| Hex | F3 | 53 | E5 | 0 | 42 | 6 | 5 | 131 | 57 | 40 |
| Octal | 363 | 123 | 345 | 0 | 102 | 6 | 5 | 461 | 127 | 100 |
| Binary | 11110011 | 1010011 | 11100101 | 0 | 1000010 | 110 | 101 | 100110001 | 1010111 | 1000000 |
Color Harmonies of #F353E5
Complementary color
Monochromatic Colors of #F353E5
Black with #F353E5
Text Example
Text Example
White with #F353E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F353E5; }
p { color: rgb(243,83,229); }
H1.HeaderClassName
{
color: #F353E5;
}
.AnyTagClassName
{
color: #F353E5;
}
</style>
background-color css
<style>
a { background-color: #F353E5; }
a { background-color: rgb(243,83,229); }
div.DivClassName
{
background-color: #F353E5;
}
.BgClassName
{
background-color: #F353E5;
}
</style>
border-color css
<style>
span { border-color: #F353E5; }
span { border-color: rgb(243,83,229); }
td.TdClassName
{
border-color: #F353E5;
}
.TagClassName
{
border-color: #F353E5;
}
</style>