Html Css Color HEX #F143E3 Free Speech Magenta
📋 copy color: '#F143E3'red 241 ◦ green 67 ◦ blue 227
Shades of Free Speech Magenta #F143E3
Tints of Free Speech Magenta #F143E3
RGB
CMYK
RGB Variations
Color information
#F143E3 (or 0xF143E3) is known color: Free Speech Magenta. HEX triplet: F1, 43 and E3. RGB value is (241,67,227). Sum of RGB (Red+Green+Blue) = 241+67+227=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 67 (26.56% from 255 or 12.52% from 535); Blue value is 227 (89.06% from 255 or 42.43% from 535); Max value from RGB is 241 - color contains mainly: red. Hex color #F143E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F143E3 is #0EBC1C. Grayscale: #888888. Windows color (decimal): -965661 or 14894065. OLE color: 14894065.
HSL color Cylindrical-coordinate representation of color #F143E3: hue angle of 304.83º 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 #F143E3 is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 67 | 227 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.05 |
| HSL | 304.83º | 0.86% | 0.6% | - |
| HSV(B) | 304.83º | 0.72% | 0.95% | - |
| XYZ | 52.15 | 28.26 | 75.38 | - |
| YUV | 137.27 | 178.65 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 67 | 227 | 0 | 0.72 | 0.06 | 0.05 | 304.83 | 0.86 | 0.6 |
| Hex | F1 | 43 | E3 | 0 | 48 | 6 | 5 | 131 | 56 | 3C |
| Octal | 361 | 103 | 343 | 0 | 110 | 6 | 5 | 461 | 126 | 74 |
| Binary | 11110001 | 1000011 | 11100011 | 0 | 1001000 | 110 | 101 | 100110001 | 1010110 | 111100 |
Color Harmonies of #F143E3
Complementary color
Monochromatic Colors of #F143E3
Black with #F143E3
Text Example
Text Example
White with #F143E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F143E3; }
p { color: rgb(241,67,227); }
H1.HeaderClassName
{
color: #F143E3;
}
.AnyTagClassName
{
color: #F143E3;
}
</style>
background-color css
<style>
a { background-color: #F143E3; }
a { background-color: rgb(241,67,227); }
div.DivClassName
{
background-color: #F143E3;
}
.BgClassName
{
background-color: #F143E3;
}
</style>
border-color css
<style>
span { border-color: #F143E3; }
span { border-color: rgb(241,67,227); }
td.TdClassName
{
border-color: #F143E3;
}
.TagClassName
{
border-color: #F143E3;
}
</style>