Html Css Color HEX #F143E1 Free Speech Magenta
📋 copy color: '#F143E1'red 241 ◦ green 67 ◦ blue 225
Shades of Free Speech Magenta #F143E1
Tints of Free Speech Magenta #F143E1
RGB
CMYK
RGB Variations
Color information
#F143E1 (or 0xF143E1) is known color: Free Speech Magenta. HEX triplet: F1, 43 and E1. RGB value is (241,67,225). Sum of RGB (Red+Green+Blue) = 241+67+225=533 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.22% from 533); Green value is 67 (26.56% from 255 or 12.57% from 533); Blue value is 225 (88.28% from 255 or 42.21% from 533); Max value from RGB is 241 - color contains mainly: red. Hex color #F143E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F143E1 is #0EBC1E. Grayscale: #888888. Windows color (decimal): -965663 or 14762993. OLE color: 14762993.
HSL color Cylindrical-coordinate representation of color #F143E1: hue angle of 305.52º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F143E1 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 67 | 225 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.05 |
| HSL | 305.52º | 0.86% | 0.6% | - |
| HSV(B) | 305.52º | 0.72% | 0.95% | - |
| XYZ | 51.87 | 28.15 | 73.93 | - |
| YUV | 137.04 | 177.65 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 67 | 225 | 0 | 0.72 | 0.07 | 0.05 | 305.52 | 0.86 | 0.6 |
| Hex | F1 | 43 | E1 | 0 | 48 | 7 | 5 | 132 | 56 | 3C |
| Octal | 361 | 103 | 341 | 0 | 110 | 7 | 5 | 462 | 126 | 74 |
| Binary | 11110001 | 1000011 | 11100001 | 0 | 1001000 | 111 | 101 | 100110010 | 1010110 | 111100 |
Color Harmonies of #F143E1
Complementary color
Monochromatic Colors of #F143E1
Black with #F143E1
Text Example
Text Example
White with #F143E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F143E1; }
p { color: rgb(241,67,225); }
H1.HeaderClassName
{
color: #F143E1;
}
.AnyTagClassName
{
color: #F143E1;
}
</style>
background-color css
<style>
a { background-color: #F143E1; }
a { background-color: rgb(241,67,225); }
div.DivClassName
{
background-color: #F143E1;
}
.BgClassName
{
background-color: #F143E1;
}
</style>
border-color css
<style>
span { border-color: #F143E1; }
span { border-color: rgb(241,67,225); }
td.TdClassName
{
border-color: #F143E1;
}
.TagClassName
{
border-color: #F143E1;
}
</style>