Html Css Color HEX #F14BE1 Free Speech Magenta
📋 copy color: '#F14BE1'red 241 ◦ green 75 ◦ blue 225
Shades of Free Speech Magenta #F14BE1
Tints of Free Speech Magenta #F14BE1
RGB
CMYK
RGB Variations
Color information
#F14BE1 (or 0xF14BE1) is known color: Free Speech Magenta. HEX triplet: F1, 4B and E1. RGB value is (241,75,225). Sum of RGB (Red+Green+Blue) = 241+75+225=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 75 (29.69% from 255 or 13.86% from 541); Blue value is 225 (88.28% from 255 or 41.59% from 541); Max value from RGB is 241 - color contains mainly: red. Hex color #F14BE1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F14BE1 is #0EB41E. Grayscale: #8D8D8D. Windows color (decimal): -963615 or 14765041. OLE color: 14765041.
HSL color Cylindrical-coordinate representation of color #F14BE1: hue angle of 305.78º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F14BE1 is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 75 | 225 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.05 |
| HSL | 305.78º | 0.86% | 0.62% | - |
| HSV(B) | 305.78º | 0.69% | 0.95% | - |
| XYZ | 52.38 | 29.17 | 74.1 | - |
| YUV | 141.73 | 175 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 75 | 225 | 0 | 0.69 | 0.07 | 0.05 | 305.78 | 0.86 | 0.62 |
| Hex | F1 | 4B | E1 | 0 | 45 | 7 | 5 | 132 | 56 | 3E |
| Octal | 361 | 113 | 341 | 0 | 105 | 7 | 5 | 462 | 126 | 76 |
| Binary | 11110001 | 1001011 | 11100001 | 0 | 1000101 | 111 | 101 | 100110010 | 1010110 | 111110 |
Color Harmonies of #F14BE1
Complementary color
Monochromatic Colors of #F14BE1
Black with #F14BE1
Text Example
Text Example
White with #F14BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14BE1; }
p { color: rgb(241,75,225); }
H1.HeaderClassName
{
color: #F14BE1;
}
.AnyTagClassName
{
color: #F14BE1;
}
</style>
background-color css
<style>
a { background-color: #F14BE1; }
a { background-color: rgb(241,75,225); }
div.DivClassName
{
background-color: #F14BE1;
}
.BgClassName
{
background-color: #F14BE1;
}
</style>
border-color css
<style>
span { border-color: #F14BE1; }
span { border-color: rgb(241,75,225); }
td.TdClassName
{
border-color: #F14BE1;
}
.TagClassName
{
border-color: #F14BE1;
}
</style>