Html Css Color HEX #F15AE8 Free Speech Magenta
📋 copy color: '#F15AE8'red 241 ◦ green 90 ◦ blue 232
Shades of Free Speech Magenta #F15AE8
Tints of Free Speech Magenta #F15AE8
RGB
CMYK
RGB Variations
Color information
#F15AE8 (or 0xF15AE8) is known color: Free Speech Magenta. HEX triplet: F1, 5A and E8. RGB value is (241,90,232). Sum of RGB (Red+Green+Blue) = 241+90+232=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 90 (35.55% from 255 or 15.99% from 563); Blue value is 232 (91.02% from 255 or 41.21% from 563); Max value from RGB is 241 - color contains mainly: red. Hex color #F15AE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15AE8 is #0EA517. Grayscale: #969696. Windows color (decimal): -959768 or 15227633. OLE color: 15227633.
HSL color Cylindrical-coordinate representation of color #F15AE8: hue angle of 303.58º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F15AE8 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 90 | 232 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.05 |
| HSL | 303.58º | 0.84% | 0.65% | - |
| HSV(B) | 303.58º | 0.63% | 0.95% | - |
| XYZ | 54.5 | 31.84 | 79.62 | - |
| YUV | 151.34 | 173.53 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 90 | 232 | 0 | 0.63 | 0.04 | 0.05 | 303.58 | 0.84 | 0.65 |
| Hex | F1 | 5A | E8 | 0 | 3F | 4 | 5 | 130 | 54 | 41 |
| Octal | 361 | 132 | 350 | 0 | 77 | 4 | 5 | 460 | 124 | 101 |
| Binary | 11110001 | 1011010 | 11101000 | 0 | 111111 | 100 | 101 | 100110000 | 1010100 | 1000001 |
Color Harmonies of #F15AE8
Complementary color
Monochromatic Colors of #F15AE8
Black with #F15AE8
Text Example
Text Example
White with #F15AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15AE8; }
p { color: rgb(241,90,232); }
H1.HeaderClassName
{
color: #F15AE8;
}
.AnyTagClassName
{
color: #F15AE8;
}
</style>
background-color css
<style>
a { background-color: #F15AE8; }
a { background-color: rgb(241,90,232); }
div.DivClassName
{
background-color: #F15AE8;
}
.BgClassName
{
background-color: #F15AE8;
}
</style>
border-color css
<style>
span { border-color: #F15AE8; }
span { border-color: rgb(241,90,232); }
td.TdClassName
{
border-color: #F15AE8;
}
.TagClassName
{
border-color: #F15AE8;
}
</style>