Html Css Color HEX #F13DEA Free Speech Magenta
📋 copy color: '#F13DEA'red 241 ◦ green 61 ◦ blue 234
Shades of Free Speech Magenta #F13DEA
Tints of Free Speech Magenta #F13DEA
RGB
CMYK
RGB Variations
Color information
#F13DEA (or 0xF13DEA) is known color: Free Speech Magenta. HEX triplet: F1, 3D and EA. RGB value is (241,61,234). Sum of RGB (Red+Green+Blue) = 241+61+234=536 (70% of max value = 765). Red value is 241 (94.53% from 255 or 44.96% from 536); Green value is 61 (24.22% from 255 or 11.38% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 241 - color contains mainly: red. Hex color #F13DEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F13DEA is #0EC215. Grayscale: #868686. Windows color (decimal): -967190 or 15351281. OLE color: 15351281.
HSL color Cylindrical-coordinate representation of color #F13DEA: hue angle of 302.33º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F13DEA is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 61 | 234 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.05 |
| HSL | 302.33º | 0.87% | 0.59% | - |
| HSV(B) | 302.33º | 0.75% | 0.95% | - |
| XYZ | 52.8 | 27.98 | 80.46 | - |
| YUV | 134.54 | 184.13 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 61 | 234 | 0 | 0.75 | 0.03 | 0.05 | 302.33 | 0.87 | 0.59 |
| Hex | F1 | 3D | EA | 0 | 4B | 3 | 5 | 12E | 57 | 3B |
| Octal | 361 | 75 | 352 | 0 | 113 | 3 | 5 | 456 | 127 | 73 |
| Binary | 11110001 | 111101 | 11101010 | 0 | 1001011 | 11 | 101 | 100101110 | 1010111 | 111011 |
Color Harmonies of #F13DEA
Complementary color
Monochromatic Colors of #F13DEA
Black with #F13DEA
Text Example
Text Example
White with #F13DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13DEA; }
p { color: rgb(241,61,234); }
H1.HeaderClassName
{
color: #F13DEA;
}
.AnyTagClassName
{
color: #F13DEA;
}
</style>
background-color css
<style>
a { background-color: #F13DEA; }
a { background-color: rgb(241,61,234); }
div.DivClassName
{
background-color: #F13DEA;
}
.BgClassName
{
background-color: #F13DEA;
}
</style>
border-color css
<style>
span { border-color: #F13DEA; }
span { border-color: rgb(241,61,234); }
td.TdClassName
{
border-color: #F13DEA;
}
.TagClassName
{
border-color: #F13DEA;
}
</style>