Html Css Color HEX #F143F0 Free Speech Magenta
📋 copy color: '#F143F0'red 241 ◦ green 67 ◦ blue 240
Shades of Free Speech Magenta #F143F0
Tints of Free Speech Magenta #F143F0
RGB
CMYK
RGB Variations
Color information
#F143F0 (or 0xF143F0) is known color: Free Speech Magenta. HEX triplet: F1, 43 and F0. RGB value is (241,67,240). Sum of RGB (Red+Green+Blue) = 241+67+240=548 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.98% from 548); Green value is 67 (26.56% from 255 or 12.23% from 548); Blue value is 240 (94.14% from 255 or 43.80% from 548); Max value from RGB is 241 - color contains mainly: red. Hex color #F143F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F143F0 is #0EBC0F. Grayscale: #8A8A8A. Windows color (decimal): -965648 or 15746033. OLE color: 15746033.
HSL color Cylindrical-coordinate representation of color #F143F0: hue angle of 300.34º 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 #F143F0 is Cyan = 0, Magento = 0.72, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 67 | 240 | - |
| CMYK | 0 | 0.72 | 0.00 | 0.05 |
| HSL | 300.34º | 0.86% | 0.6% | - |
| HSV(B) | 300.34º | 0.72% | 0.95% | - |
| XYZ | 54.01 | 29.01 | 85.19 | - |
| YUV | 138.75 | 185.15 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 67 | 240 | 0 | 0.72 | 0.00 | 0.05 | 300.34 | 0.86 | 0.6 |
| Hex | F1 | 43 | F0 | 0 | 48 | 0 | 5 | 12C | 56 | 3C |
| Octal | 361 | 103 | 360 | 0 | 110 | 0 | 5 | 454 | 126 | 74 |
| Binary | 11110001 | 1000011 | 11110000 | 0 | 1001000 | 0 | 101 | 100101100 | 1010110 | 111100 |
Color Harmonies of #F143F0
Complementary color
Monochromatic Colors of #F143F0
Black with #F143F0
Text Example
Text Example
White with #F143F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F143F0; }
p { color: rgb(241,67,240); }
H1.HeaderClassName
{
color: #F143F0;
}
.AnyTagClassName
{
color: #F143F0;
}
</style>
background-color css
<style>
a { background-color: #F143F0; }
a { background-color: rgb(241,67,240); }
div.DivClassName
{
background-color: #F143F0;
}
.BgClassName
{
background-color: #F143F0;
}
</style>
border-color css
<style>
span { border-color: #F143F0; }
span { border-color: rgb(241,67,240); }
td.TdClassName
{
border-color: #F143F0;
}
.TagClassName
{
border-color: #F143F0;
}
</style>