Html Css Color HEX #F143E6 Free Speech Magenta
📋 copy color: '#F143E6'red 241 ◦ green 67 ◦ blue 230
Shades of Free Speech Magenta #F143E6
Tints of Free Speech Magenta #F143E6
RGB
CMYK
RGB Variations
Color information
#F143E6 (or 0xF143E6) is known color: Free Speech Magenta. HEX triplet: F1, 43 and E6. RGB value is (241,67,230). Sum of RGB (Red+Green+Blue) = 241+67+230=538 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.80% from 538); Green value is 67 (26.56% from 255 or 12.45% from 538); Blue value is 230 (90.23% from 255 or 42.75% from 538); Max value from RGB is 241 - color contains mainly: red. Hex color #F143E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F143E6 is #0EBC19. Grayscale: #898989. Windows color (decimal): -965658 or 15090673. OLE color: 15090673.
HSL color Cylindrical-coordinate representation of color #F143E6: hue angle of 303.79º 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 #F143E6 is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 67 | 230 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.05 |
| HSL | 303.79º | 0.86% | 0.6% | - |
| HSV(B) | 303.79º | 0.72% | 0.95% | - |
| XYZ | 52.57 | 28.43 | 77.58 | - |
| YUV | 137.61 | 180.15 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 67 | 230 | 0 | 0.72 | 0.05 | 0.05 | 303.79 | 0.86 | 0.6 |
| Hex | F1 | 43 | E6 | 0 | 48 | 5 | 5 | 130 | 56 | 3C |
| Octal | 361 | 103 | 346 | 0 | 110 | 5 | 5 | 460 | 126 | 74 |
| Binary | 11110001 | 1000011 | 11100110 | 0 | 1001000 | 101 | 101 | 100110000 | 1010110 | 111100 |
Color Harmonies of #F143E6
Complementary color
Monochromatic Colors of #F143E6
Black with #F143E6
Text Example
Text Example
White with #F143E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F143E6; }
p { color: rgb(241,67,230); }
H1.HeaderClassName
{
color: #F143E6;
}
.AnyTagClassName
{
color: #F143E6;
}
</style>
background-color css
<style>
a { background-color: #F143E6; }
a { background-color: rgb(241,67,230); }
div.DivClassName
{
background-color: #F143E6;
}
.BgClassName
{
background-color: #F143E6;
}
</style>
border-color css
<style>
span { border-color: #F143E6; }
span { border-color: rgb(241,67,230); }
td.TdClassName
{
border-color: #F143E6;
}
.TagClassName
{
border-color: #F143E6;
}
</style>