Html Css Color HEX #F143EF Free Speech Magenta
📋 copy color: '#F143EF'red 241 ◦ green 67 ◦ blue 239
Shades of Free Speech Magenta #F143EF
Tints of Free Speech Magenta #F143EF
RGB
CMYK
RGB Variations
Color information
#F143EF (or 0xF143EF) is known color: Free Speech Magenta. HEX triplet: F1, 43 and EF. RGB value is (241,67,239). Sum of RGB (Red+Green+Blue) = 241+67+239=547 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.06% from 547); Green value is 67 (26.56% from 255 or 12.25% from 547); Blue value is 239 (93.75% from 255 or 43.69% from 547); Max value from RGB is 241 - color contains mainly: red. Hex color #F143EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F143EF is #0EBC10. Grayscale: #8A8A8A. Windows color (decimal): -965649 or 15680497. OLE color: 15680497.
HSL color Cylindrical-coordinate representation of color #F143EF: hue angle of 300.69º 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 #F143EF is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 67 | 239 | - |
| CMYK | 0 | 0.72 | 0.01 | 0.05 |
| HSL | 300.69º | 0.86% | 0.6% | - |
| HSV(B) | 300.69º | 0.72% | 0.95% | - |
| XYZ | 53.86 | 28.95 | 84.41 | - |
| YUV | 138.63 | 184.65 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 67 | 239 | 0 | 0.72 | 0.01 | 0.05 | 300.69 | 0.86 | 0.6 |
| Hex | F1 | 43 | EF | 0 | 48 | 1 | 5 | 12D | 56 | 3C |
| Octal | 361 | 103 | 357 | 0 | 110 | 1 | 5 | 455 | 126 | 74 |
| Binary | 11110001 | 1000011 | 11101111 | 0 | 1001000 | 1 | 101 | 100101101 | 1010110 | 111100 |
Color Harmonies of #F143EF
Complementary color
Monochromatic Colors of #F143EF
Black with #F143EF
Text Example
Text Example
White with #F143EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F143EF; }
p { color: rgb(241,67,239); }
H1.HeaderClassName
{
color: #F143EF;
}
.AnyTagClassName
{
color: #F143EF;
}
</style>
background-color css
<style>
a { background-color: #F143EF; }
a { background-color: rgb(241,67,239); }
div.DivClassName
{
background-color: #F143EF;
}
.BgClassName
{
background-color: #F143EF;
}
</style>
border-color css
<style>
span { border-color: #F143EF; }
span { border-color: rgb(241,67,239); }
td.TdClassName
{
border-color: #F143EF;
}
.TagClassName
{
border-color: #F143EF;
}
</style>