Html Css Color HEX #F144E6 Free Speech Magenta
📋 copy color: '#F144E6'red 241 ◦ green 68 ◦ blue 230
Shades of Free Speech Magenta #F144E6
Tints of Free Speech Magenta #F144E6
RGB
CMYK
RGB Variations
Color information
#F144E6 (or 0xF144E6) is known color: Free Speech Magenta. HEX triplet: F1, 44 and E6. RGB value is (241,68,230). Sum of RGB (Red+Green+Blue) = 241+68+230=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 68 (26.95% from 255 or 12.62% from 539); Blue value is 230 (90.23% from 255 or 42.67% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F144E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F144E6 is #0EBB19. Grayscale: #898989. Windows color (decimal): -965402 or 15090929. OLE color: 15090929.
HSL color Cylindrical-coordinate representation of color #F144E6: hue angle of 303.82º 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 #F144E6 is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 68 | 230 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.05 |
| HSL | 303.82º | 0.86% | 0.61% | - |
| HSV(B) | 303.82º | 0.72% | 0.95% | - |
| XYZ | 52.63 | 28.55 | 77.6 | - |
| YUV | 138.2 | 179.81 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 68 | 230 | 0 | 0.72 | 0.05 | 0.05 | 303.82 | 0.86 | 0.61 |
| Hex | F1 | 44 | E6 | 0 | 48 | 5 | 5 | 130 | 56 | 3D |
| Octal | 361 | 104 | 346 | 0 | 110 | 5 | 5 | 460 | 126 | 75 |
| Binary | 11110001 | 1000100 | 11100110 | 0 | 1001000 | 101 | 101 | 100110000 | 1010110 | 111101 |
Color Harmonies of #F144E6
Complementary color
Monochromatic Colors of #F144E6
Black with #F144E6
Text Example
Text Example
White with #F144E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F144E6; }
p { color: rgb(241,68,230); }
H1.HeaderClassName
{
color: #F144E6;
}
.AnyTagClassName
{
color: #F144E6;
}
</style>
background-color css
<style>
a { background-color: #F144E6; }
a { background-color: rgb(241,68,230); }
div.DivClassName
{
background-color: #F144E6;
}
.BgClassName
{
background-color: #F144E6;
}
</style>
border-color css
<style>
span { border-color: #F144E6; }
span { border-color: rgb(241,68,230); }
td.TdClassName
{
border-color: #F144E6;
}
.TagClassName
{
border-color: #F144E6;
}
</style>