Html Css Color HEX #F369E5 Free Speech Magenta
📋 copy color: '#F369E5'red 243 ◦ green 105 ◦ blue 229
Shades of Free Speech Magenta #F369E5
Tints of Free Speech Magenta #F369E5
RGB
CMYK
RGB Variations
Color information
#F369E5 (or 0xF369E5) is known color: Free Speech Magenta. HEX triplet: F3, 69 and E5. RGB value is (243,105,229). Sum of RGB (Red+Green+Blue) = 243+105+229=577 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.11% from 577); Green value is 105 (41.41% from 255 or 18.20% from 577); Blue value is 229 (89.84% from 255 or 39.69% from 577); Max value from RGB is 243 - color contains mainly: red. Hex color #F369E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F369E5 is #0C961A. Grayscale: #A0A0A0. Windows color (decimal): -824859 or 15034867. OLE color: 15034867.
HSL color Cylindrical-coordinate representation of color #F369E5: hue angle of 306.09º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F369E5 is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 105 | 229 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.05 |
| HSL | 306.09º | 0.85% | 0.68% | - |
| HSV(B) | 306.09º | 0.57% | 0.95% | - |
| XYZ | 56.16 | 34.81 | 77.89 | - |
| YUV | 160.4 | 166.72 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 105 | 229 | 0 | 0.57 | 0.06 | 0.05 | 306.09 | 0.85 | 0.68 |
| Hex | F3 | 69 | E5 | 0 | 39 | 6 | 5 | 132 | 55 | 44 |
| Octal | 363 | 151 | 345 | 0 | 71 | 6 | 5 | 462 | 125 | 104 |
| Binary | 11110011 | 1101001 | 11100101 | 0 | 111001 | 110 | 101 | 100110010 | 1010101 | 1000100 |
Color Harmonies of #F369E5
Complementary color
Monochromatic Colors of #F369E5
Black with #F369E5
Text Example
Text Example
White with #F369E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F369E5; }
p { color: rgb(243,105,229); }
H1.HeaderClassName
{
color: #F369E5;
}
.AnyTagClassName
{
color: #F369E5;
}
</style>
background-color css
<style>
a { background-color: #F369E5; }
a { background-color: rgb(243,105,229); }
div.DivClassName
{
background-color: #F369E5;
}
.BgClassName
{
background-color: #F369E5;
}
</style>
border-color css
<style>
span { border-color: #F369E5; }
span { border-color: rgb(243,105,229); }
td.TdClassName
{
border-color: #F369E5;
}
.TagClassName
{
border-color: #F369E5;
}
</style>