Html Css Color HEX #F367E5 Free Speech Magenta
📋 copy color: '#F367E5'red 243 ◦ green 103 ◦ blue 229
Shades of Free Speech Magenta #F367E5
Tints of Free Speech Magenta #F367E5
RGB
CMYK
RGB Variations
Color information
#F367E5 (or 0xF367E5) is known color: Free Speech Magenta. HEX triplet: F3, 67 and E5. RGB value is (243,103,229). Sum of RGB (Red+Green+Blue) = 243+103+229=575 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.26% from 575); Green value is 103 (40.62% from 255 or 17.91% from 575); Blue value is 229 (89.84% from 255 or 39.83% from 575); Max value from RGB is 243 - color contains mainly: red. Hex color #F367E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F367E5 is #0C981A. Grayscale: #9E9E9E. Windows color (decimal): -825371 or 15034355. OLE color: 15034355.
HSL color Cylindrical-coordinate representation of color #F367E5: hue angle of 306º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F367E5 is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 103 | 229 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.05 |
| HSL | 306º | 0.85% | 0.68% | - |
| HSV(B) | 306º | 0.58% | 0.95% | - |
| XYZ | 55.96 | 34.41 | 77.82 | - |
| YUV | 159.22 | 167.38 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 103 | 229 | 0 | 0.58 | 0.06 | 0.05 | 306 | 0.85 | 0.68 |
| Hex | F3 | 67 | E5 | 0 | 3A | 6 | 5 | 132 | 55 | 44 |
| Octal | 363 | 147 | 345 | 0 | 72 | 6 | 5 | 462 | 125 | 104 |
| Binary | 11110011 | 1100111 | 11100101 | 0 | 111010 | 110 | 101 | 100110010 | 1010101 | 1000100 |
Color Harmonies of #F367E5
Complementary color
Monochromatic Colors of #F367E5
Black with #F367E5
Text Example
Text Example
White with #F367E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F367E5; }
p { color: rgb(243,103,229); }
H1.HeaderClassName
{
color: #F367E5;
}
.AnyTagClassName
{
color: #F367E5;
}
</style>
background-color css
<style>
a { background-color: #F367E5; }
a { background-color: rgb(243,103,229); }
div.DivClassName
{
background-color: #F367E5;
}
.BgClassName
{
background-color: #F367E5;
}
</style>
border-color css
<style>
span { border-color: #F367E5; }
span { border-color: rgb(243,103,229); }
td.TdClassName
{
border-color: #F367E5;
}
.TagClassName
{
border-color: #F367E5;
}
</style>