Html Css Color HEX #F143E5 Free Speech Magenta
📋 copy color: '#F143E5'red 241 ◦ green 67 ◦ blue 229
Shades of Free Speech Magenta #F143E5
Tints of Free Speech Magenta #F143E5
RGB
CMYK
RGB Variations
Color information
#F143E5 (or 0xF143E5) is known color: Free Speech Magenta. HEX triplet: F1, 43 and E5. RGB value is (241,67,229). Sum of RGB (Red+Green+Blue) = 241+67+229=537 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.88% from 537); Green value is 67 (26.56% from 255 or 12.48% from 537); Blue value is 229 (89.84% from 255 or 42.64% from 537); Max value from RGB is 241 - color contains mainly: red. Hex color #F143E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F143E5 is #0EBC1A. Grayscale: #898989. Windows color (decimal): -965659 or 15025137. OLE color: 15025137.
HSL color Cylindrical-coordinate representation of color #F143E5: hue angle of 304.14º 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 #F143E5 is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 67 | 229 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.05 |
| HSL | 304.14º | 0.86% | 0.6% | - |
| HSV(B) | 304.14º | 0.72% | 0.95% | - |
| XYZ | 52.43 | 28.37 | 76.84 | - |
| YUV | 137.49 | 179.65 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 67 | 229 | 0 | 0.72 | 0.05 | 0.05 | 304.14 | 0.86 | 0.6 |
| Hex | F1 | 43 | E5 | 0 | 48 | 5 | 5 | 130 | 56 | 3C |
| Octal | 361 | 103 | 345 | 0 | 110 | 5 | 5 | 460 | 126 | 74 |
| Binary | 11110001 | 1000011 | 11100101 | 0 | 1001000 | 101 | 101 | 100110000 | 1010110 | 111100 |
Color Harmonies of #F143E5
Complementary color
Monochromatic Colors of #F143E5
Black with #F143E5
Text Example
Text Example
White with #F143E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F143E5; }
p { color: rgb(241,67,229); }
H1.HeaderClassName
{
color: #F143E5;
}
.AnyTagClassName
{
color: #F143E5;
}
</style>
background-color css
<style>
a { background-color: #F143E5; }
a { background-color: rgb(241,67,229); }
div.DivClassName
{
background-color: #F143E5;
}
.BgClassName
{
background-color: #F143E5;
}
</style>
border-color css
<style>
span { border-color: #F143E5; }
span { border-color: rgb(241,67,229); }
td.TdClassName
{
border-color: #F143E5;
}
.TagClassName
{
border-color: #F143E5;
}
</style>