Html Css Color HEX #F144F0 Free Speech Magenta
📋 copy color: '#F144F0'red 241 ◦ green 68 ◦ blue 240
Shades of Free Speech Magenta #F144F0
Tints of Free Speech Magenta #F144F0
RGB
CMYK
RGB Variations
Color information
#F144F0 (or 0xF144F0) is known color: Free Speech Magenta. HEX triplet: F1, 44 and F0. RGB value is (241,68,240). Sum of RGB (Red+Green+Blue) = 241+68+240=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 68 (26.95% from 255 or 12.39% from 549); Blue value is 240 (94.14% from 255 or 43.72% from 549); Max value from RGB is 241 - color contains mainly: red. Hex color #F144F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F144F0 is #0EBB0F. Grayscale: #8A8A8A. Windows color (decimal): -965392 or 15746289. OLE color: 15746289.
HSL color Cylindrical-coordinate representation of color #F144F0: hue angle of 300.35º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F144F0 is Cyan = 0, Magento = 0.72, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 68 | 240 | - |
| CMYK | 0 | 0.72 | 0.00 | 0.05 |
| HSL | 300.35º | 0.86% | 0.61% | - |
| HSV(B) | 300.35º | 0.72% | 0.95% | - |
| XYZ | 54.07 | 29.13 | 85.21 | - |
| YUV | 139.34 | 184.81 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 68 | 240 | 0 | 0.72 | 0.00 | 0.05 | 300.35 | 0.86 | 0.61 |
| Hex | F1 | 44 | F0 | 0 | 48 | 0 | 5 | 12C | 56 | 3D |
| Octal | 361 | 104 | 360 | 0 | 110 | 0 | 5 | 454 | 126 | 75 |
| Binary | 11110001 | 1000100 | 11110000 | 0 | 1001000 | 0 | 101 | 100101100 | 1010110 | 111101 |
Color Harmonies of #F144F0
Complementary color
Monochromatic Colors of #F144F0
Black with #F144F0
Text Example
Text Example
White with #F144F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F144F0; }
p { color: rgb(241,68,240); }
H1.HeaderClassName
{
color: #F144F0;
}
.AnyTagClassName
{
color: #F144F0;
}
</style>
background-color css
<style>
a { background-color: #F144F0; }
a { background-color: rgb(241,68,240); }
div.DivClassName
{
background-color: #F144F0;
}
.BgClassName
{
background-color: #F144F0;
}
</style>
border-color css
<style>
span { border-color: #F144F0; }
span { border-color: rgb(241,68,240); }
td.TdClassName
{
border-color: #F144F0;
}
.TagClassName
{
border-color: #F144F0;
}
</style>