Html Css Color HEX #F145E5 Free Speech Magenta
📋 copy color: '#F145E5'red 241 ◦ green 69 ◦ blue 229
Shades of Free Speech Magenta #F145E5
Tints of Free Speech Magenta #F145E5
RGB
CMYK
RGB Variations
Color information
#F145E5 (or 0xF145E5) is known color: Free Speech Magenta. HEX triplet: F1, 45 and E5. RGB value is (241,69,229). Sum of RGB (Red+Green+Blue) = 241+69+229=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 69 (27.34% from 255 or 12.80% from 539); Blue value is 229 (89.84% from 255 or 42.49% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F145E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F145E5 is #0EBA1A. Grayscale: #8A8A8A. Windows color (decimal): -965147 or 15025649. OLE color: 15025649.
HSL color Cylindrical-coordinate representation of color #F145E5: hue angle of 304.19º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F145E5 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 69 | 229 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.05 |
| HSL | 304.19º | 0.86% | 0.61% | - |
| HSV(B) | 304.19º | 0.71% | 0.95% | - |
| XYZ | 52.55 | 28.61 | 76.88 | - |
| YUV | 138.67 | 178.98 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 69 | 229 | 0 | 0.71 | 0.05 | 0.05 | 304.19 | 0.86 | 0.61 |
| Hex | F1 | 45 | E5 | 0 | 47 | 5 | 5 | 130 | 56 | 3D |
| Octal | 361 | 105 | 345 | 0 | 107 | 5 | 5 | 460 | 126 | 75 |
| Binary | 11110001 | 1000101 | 11100101 | 0 | 1000111 | 101 | 101 | 100110000 | 1010110 | 111101 |
Color Harmonies of #F145E5
Complementary color
Monochromatic Colors of #F145E5
Black with #F145E5
Text Example
Text Example
White with #F145E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F145E5; }
p { color: rgb(241,69,229); }
H1.HeaderClassName
{
color: #F145E5;
}
.AnyTagClassName
{
color: #F145E5;
}
</style>
background-color css
<style>
a { background-color: #F145E5; }
a { background-color: rgb(241,69,229); }
div.DivClassName
{
background-color: #F145E5;
}
.BgClassName
{
background-color: #F145E5;
}
</style>
border-color css
<style>
span { border-color: #F145E5; }
span { border-color: rgb(241,69,229); }
td.TdClassName
{
border-color: #F145E5;
}
.TagClassName
{
border-color: #F145E5;
}
</style>