Html Css Color HEX #F140F0 Free Speech Magenta
📋 copy color: '#F140F0'red 241 ◦ green 64 ◦ blue 240
Shades of Free Speech Magenta #F140F0
Tints of Free Speech Magenta #F140F0
RGB
CMYK
RGB Variations
Color information
#F140F0 (or 0xF140F0) is known color: Free Speech Magenta. HEX triplet: F1, 40 and F0. RGB value is (241,64,240). Sum of RGB (Red+Green+Blue) = 241+64+240=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 64 (25.39% from 255 or 11.74% from 545); Blue value is 240 (94.14% from 255 or 44.04% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F140F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F140F0 is #0EBF0F. Grayscale: #888888. Windows color (decimal): -966416 or 15745265. OLE color: 15745265.
HSL color Cylindrical-coordinate representation of color #F140F0: hue angle of 300.34º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F140F0 is Cyan = 0, Magento = 0.73, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 64 | 240 | - |
| CMYK | 0 | 0.73 | 0.00 | 0.05 |
| HSL | 300.34º | 0.86% | 0.6% | - |
| HSV(B) | 300.34º | 0.73% | 0.95% | - |
| XYZ | 53.84 | 28.66 | 85.13 | - |
| YUV | 136.99 | 186.14 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 64 | 240 | 0 | 0.73 | 0.00 | 0.05 | 300.34 | 0.86 | 0.6 |
| Hex | F1 | 40 | F0 | 0 | 49 | 0 | 5 | 12C | 56 | 3C |
| Octal | 361 | 100 | 360 | 0 | 111 | 0 | 5 | 454 | 126 | 74 |
| Binary | 11110001 | 1000000 | 11110000 | 0 | 1001001 | 0 | 101 | 100101100 | 1010110 | 111100 |
Color Harmonies of #F140F0
Complementary color
Monochromatic Colors of #F140F0
Black with #F140F0
Text Example
Text Example
White with #F140F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F140F0; }
p { color: rgb(241,64,240); }
H1.HeaderClassName
{
color: #F140F0;
}
.AnyTagClassName
{
color: #F140F0;
}
</style>
background-color css
<style>
a { background-color: #F140F0; }
a { background-color: rgb(241,64,240); }
div.DivClassName
{
background-color: #F140F0;
}
.BgClassName
{
background-color: #F140F0;
}
</style>
border-color css
<style>
span { border-color: #F140F0; }
span { border-color: rgb(241,64,240); }
td.TdClassName
{
border-color: #F140F0;
}
.TagClassName
{
border-color: #F140F0;
}
</style>