Html Css Color HEX #F144E5 Free Speech Magenta
📋 copy color: '#F144E5'red 241 ◦ green 68 ◦ blue 229
Shades of Free Speech Magenta #F144E5
Tints of Free Speech Magenta #F144E5
RGB
CMYK
RGB Variations
Color information
#F144E5 (or 0xF144E5) is known color: Free Speech Magenta. HEX triplet: F1, 44 and E5. RGB value is (241,68,229). Sum of RGB (Red+Green+Blue) = 241+68+229=538 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.80% from 538); Green value is 68 (26.95% from 255 or 12.64% from 538); Blue value is 229 (89.84% from 255 or 42.57% from 538); Max value from RGB is 241 - color contains mainly: red. Hex color #F144E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F144E5 is #0EBB1A. Grayscale: #898989. Windows color (decimal): -965403 or 15025393. OLE color: 15025393.
HSL color Cylindrical-coordinate representation of color #F144E5: hue angle of 304.16º 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 #F144E5 is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 68 | 229 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.05 |
| HSL | 304.16º | 0.86% | 0.61% | - |
| HSV(B) | 304.16º | 0.72% | 0.95% | - |
| XYZ | 52.49 | 28.49 | 76.86 | - |
| YUV | 138.08 | 179.31 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 68 | 229 | 0 | 0.72 | 0.05 | 0.05 | 304.16 | 0.86 | 0.61 |
| Hex | F1 | 44 | E5 | 0 | 48 | 5 | 5 | 130 | 56 | 3D |
| Octal | 361 | 104 | 345 | 0 | 110 | 5 | 5 | 460 | 126 | 75 |
| Binary | 11110001 | 1000100 | 11100101 | 0 | 1001000 | 101 | 101 | 100110000 | 1010110 | 111101 |
Color Harmonies of #F144E5
Complementary color
Monochromatic Colors of #F144E5
Black with #F144E5
Text Example
Text Example
White with #F144E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F144E5; }
p { color: rgb(241,68,229); }
H1.HeaderClassName
{
color: #F144E5;
}
.AnyTagClassName
{
color: #F144E5;
}
</style>
background-color css
<style>
a { background-color: #F144E5; }
a { background-color: rgb(241,68,229); }
div.DivClassName
{
background-color: #F144E5;
}
.BgClassName
{
background-color: #F144E5;
}
</style>
border-color css
<style>
span { border-color: #F144E5; }
span { border-color: rgb(241,68,229); }
td.TdClassName
{
border-color: #F144E5;
}
.TagClassName
{
border-color: #F144E5;
}
</style>