Html Css Color HEX #F140E8 Free Speech Magenta
📋 copy color: '#F140E8'red 241 ◦ green 64 ◦ blue 232
Shades of Free Speech Magenta #F140E8
Tints of Free Speech Magenta #F140E8
RGB
CMYK
RGB Variations
Color information
#F140E8 (or 0xF140E8) is known color: Free Speech Magenta. HEX triplet: F1, 40 and E8. RGB value is (241,64,232). Sum of RGB (Red+Green+Blue) = 241+64+232=537 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.88% from 537); Green value is 64 (25.39% from 255 or 11.92% from 537); Blue value is 232 (91.02% from 255 or 43.20% from 537); Max value from RGB is 241 - color contains mainly: red. Hex color #F140E8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F140E8 is #0EBF17. Grayscale: #878787. Windows color (decimal): -966424 or 15220977. OLE color: 15220977.
HSL color Cylindrical-coordinate representation of color #F140E8: hue angle of 303.05º 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 #F140E8 is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 64 | 232 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.05 |
| HSL | 303.05º | 0.86% | 0.6% | - |
| HSV(B) | 303.05º | 0.73% | 0.95% | - |
| XYZ | 52.67 | 28.19 | 79.01 | - |
| YUV | 136.08 | 182.14 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 64 | 232 | 0 | 0.73 | 0.04 | 0.05 | 303.05 | 0.86 | 0.6 |
| Hex | F1 | 40 | E8 | 0 | 49 | 4 | 5 | 12F | 56 | 3C |
| Octal | 361 | 100 | 350 | 0 | 111 | 4 | 5 | 457 | 126 | 74 |
| Binary | 11110001 | 1000000 | 11101000 | 0 | 1001001 | 100 | 101 | 100101111 | 1010110 | 111100 |
Color Harmonies of #F140E8
Complementary color
Monochromatic Colors of #F140E8
Black with #F140E8
Text Example
Text Example
White with #F140E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F140E8; }
p { color: rgb(241,64,232); }
H1.HeaderClassName
{
color: #F140E8;
}
.AnyTagClassName
{
color: #F140E8;
}
</style>
background-color css
<style>
a { background-color: #F140E8; }
a { background-color: rgb(241,64,232); }
div.DivClassName
{
background-color: #F140E8;
}
.BgClassName
{
background-color: #F140E8;
}
</style>
border-color css
<style>
span { border-color: #F140E8; }
span { border-color: rgb(241,64,232); }
td.TdClassName
{
border-color: #F140E8;
}
.TagClassName
{
border-color: #F140E8;
}
</style>