Html Css Color HEX #F151E5 Free Speech Magenta
📋 copy color: '#F151E5'red 241 ◦ green 81 ◦ blue 229
Shades of Free Speech Magenta #F151E5
Tints of Free Speech Magenta #F151E5
RGB
CMYK
RGB Variations
Color information
#F151E5 (or 0xF151E5) is known color: Free Speech Magenta. HEX triplet: F1, 51 and E5. RGB value is (241,81,229). Sum of RGB (Red+Green+Blue) = 241+81+229=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 81 (32.03% from 255 or 14.70% from 551); Blue value is 229 (89.84% from 255 or 41.56% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F151E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F151E5 is #0EAE1A. Grayscale: #919191. Windows color (decimal): -962075 or 15028721. OLE color: 15028721.
HSL color Cylindrical-coordinate representation of color #F151E5: hue angle of 304.5º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F151E5 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 81 | 229 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.05 |
| HSL | 304.5º | 0.85% | 0.63% | - |
| HSV(B) | 304.5º | 0.66% | 0.95% | - |
| XYZ | 53.36 | 30.24 | 77.15 | - |
| YUV | 145.71 | 175.01 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 81 | 229 | 0 | 0.66 | 0.05 | 0.05 | 304.5 | 0.85 | 0.63 |
| Hex | F1 | 51 | E5 | 0 | 42 | 5 | 5 | 130 | 55 | 3F |
| Octal | 361 | 121 | 345 | 0 | 102 | 5 | 5 | 460 | 125 | 77 |
| Binary | 11110001 | 1010001 | 11100101 | 0 | 1000010 | 101 | 101 | 100110000 | 1010101 | 111111 |
Color Harmonies of #F151E5
Complementary color
Monochromatic Colors of #F151E5
Black with #F151E5
Text Example
Text Example
White with #F151E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F151E5; }
p { color: rgb(241,81,229); }
H1.HeaderClassName
{
color: #F151E5;
}
.AnyTagClassName
{
color: #F151E5;
}
</style>
background-color css
<style>
a { background-color: #F151E5; }
a { background-color: rgb(241,81,229); }
div.DivClassName
{
background-color: #F151E5;
}
.BgClassName
{
background-color: #F151E5;
}
</style>
border-color css
<style>
span { border-color: #F151E5; }
span { border-color: rgb(241,81,229); }
td.TdClassName
{
border-color: #F151E5;
}
.TagClassName
{
border-color: #F151E5;
}
</style>