Html Css Color HEX #F144E7 Free Speech Magenta
📋 copy color: '#F144E7'red 241 ◦ green 68 ◦ blue 231
Shades of Free Speech Magenta #F144E7
Tints of Free Speech Magenta #F144E7
RGB
CMYK
RGB Variations
Color information
#F144E7 (or 0xF144E7) is known color: Free Speech Magenta. HEX triplet: F1, 44 and E7. RGB value is (241,68,231). Sum of RGB (Red+Green+Blue) = 241+68+231=540 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.63% from 540); Green value is 68 (26.95% from 255 or 12.59% from 540); Blue value is 231 (90.62% from 255 or 42.78% from 540); Max value from RGB is 241 - color contains mainly: red. Hex color #F144E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F144E7 is #0EBB18. Grayscale: #898989. Windows color (decimal): -965401 or 15156465. OLE color: 15156465.
HSL color Cylindrical-coordinate representation of color #F144E7: hue angle of 303.47º 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 #F144E7 is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 68 | 231 | - |
| CMYK | 0 | 0.72 | 0.04 | 0.05 |
| HSL | 303.47º | 0.86% | 0.61% | - |
| HSV(B) | 303.47º | 0.72% | 0.95% | - |
| XYZ | 52.77 | 28.6 | 78.34 | - |
| YUV | 138.31 | 180.31 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 68 | 231 | 0 | 0.72 | 0.04 | 0.05 | 303.47 | 0.86 | 0.61 |
| Hex | F1 | 44 | E7 | 0 | 48 | 4 | 5 | 12F | 56 | 3D |
| Octal | 361 | 104 | 347 | 0 | 110 | 4 | 5 | 457 | 126 | 75 |
| Binary | 11110001 | 1000100 | 11100111 | 0 | 1001000 | 100 | 101 | 100101111 | 1010110 | 111101 |
Color Harmonies of #F144E7
Complementary color
Monochromatic Colors of #F144E7
Black with #F144E7
Text Example
Text Example
White with #F144E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F144E7; }
p { color: rgb(241,68,231); }
H1.HeaderClassName
{
color: #F144E7;
}
.AnyTagClassName
{
color: #F144E7;
}
</style>
background-color css
<style>
a { background-color: #F144E7; }
a { background-color: rgb(241,68,231); }
div.DivClassName
{
background-color: #F144E7;
}
.BgClassName
{
background-color: #F144E7;
}
</style>
border-color css
<style>
span { border-color: #F144E7; }
span { border-color: rgb(241,68,231); }
td.TdClassName
{
border-color: #F144E7;
}
.TagClassName
{
border-color: #F144E7;
}
</style>