Html Css Color HEX #F36AE1 Free Speech Magenta
📋 copy color: '#F36AE1'red 243 ◦ green 106 ◦ blue 225
Shades of Free Speech Magenta #F36AE1
Tints of Free Speech Magenta #F36AE1
RGB
CMYK
RGB Variations
Color information
#F36AE1 (or 0xF36AE1) is known color: Free Speech Magenta. HEX triplet: F3, 6A and E1. RGB value is (243,106,225). Sum of RGB (Red+Green+Blue) = 243+106+225=574 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.33% from 574); Green value is 106 (41.80% from 255 or 18.47% from 574); Blue value is 225 (88.28% from 255 or 39.20% from 574); Max value from RGB is 243 - color contains mainly: red. Hex color #F36AE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F36AE1 is #0C951E. Grayscale: #A0A0A0. Windows color (decimal): -824607 or 14772979. OLE color: 14772979.
HSL color Cylindrical-coordinate representation of color #F36AE1: hue angle of 307.88º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F36AE1 is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 106 | 225 | - |
| CMYK | 0 | 0.56 | 0.07 | 0.05 |
| HSL | 307.88º | 0.85% | 0.68% | - |
| HSV(B) | 307.88º | 0.56% | 0.95% | - |
| XYZ | 55.71 | 34.8 | 75.01 | - |
| YUV | 160.53 | 164.39 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 106 | 225 | 0 | 0.56 | 0.07 | 0.05 | 307.88 | 0.85 | 0.68 |
| Hex | F3 | 6A | E1 | 0 | 38 | 7 | 5 | 134 | 55 | 44 |
| Octal | 363 | 152 | 341 | 0 | 70 | 7 | 5 | 464 | 125 | 104 |
| Binary | 11110011 | 1101010 | 11100001 | 0 | 111000 | 111 | 101 | 100110100 | 1010101 | 1000100 |
Color Harmonies of #F36AE1
Complementary color
Monochromatic Colors of #F36AE1
Black with #F36AE1
Text Example
Text Example
White with #F36AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36AE1; }
p { color: rgb(243,106,225); }
H1.HeaderClassName
{
color: #F36AE1;
}
.AnyTagClassName
{
color: #F36AE1;
}
</style>
background-color css
<style>
a { background-color: #F36AE1; }
a { background-color: rgb(243,106,225); }
div.DivClassName
{
background-color: #F36AE1;
}
.BgClassName
{
background-color: #F36AE1;
}
</style>
border-color css
<style>
span { border-color: #F36AE1; }
span { border-color: rgb(243,106,225); }
td.TdClassName
{
border-color: #F36AE1;
}
.TagClassName
{
border-color: #F36AE1;
}
</style>