Html Css Color HEX #F246E5 Free Speech Magenta
📋 copy color: '#F246E5'red 242 ◦ green 70 ◦ blue 229
Shades of Free Speech Magenta #F246E5
Tints of Free Speech Magenta #F246E5
RGB
CMYK
RGB Variations
Color information
#F246E5 (or 0xF246E5) is known color: Free Speech Magenta. HEX triplet: F2, 46 and E5. RGB value is (242,70,229). Sum of RGB (Red+Green+Blue) = 242+70+229=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 70 (27.73% from 255 or 12.94% from 541); Blue value is 229 (89.84% from 255 or 42.33% from 541); Max value from RGB is 242 - color contains mainly: red. Hex color #F246E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F246E5 is #0DB91A. Grayscale: #8B8B8B. Windows color (decimal): -899355 or 15025906. OLE color: 15025906.
HSL color Cylindrical-coordinate representation of color #F246E5: hue angle of 304.53º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F246E5 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 70 | 229 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.05 |
| HSL | 304.53º | 0.87% | 0.61% | - |
| HSV(B) | 304.53º | 0.71% | 0.95% | - |
| XYZ | 52.95 | 28.91 | 76.92 | - |
| YUV | 139.55 | 178.48 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 70 | 229 | 0 | 0.71 | 0.05 | 0.05 | 304.53 | 0.87 | 0.61 |
| Hex | F2 | 46 | E5 | 0 | 47 | 5 | 5 | 131 | 57 | 3D |
| Octal | 362 | 106 | 345 | 0 | 107 | 5 | 5 | 461 | 127 | 75 |
| Binary | 11110010 | 1000110 | 11100101 | 0 | 1000111 | 101 | 101 | 100110001 | 1010111 | 111101 |
Color Harmonies of #F246E5
Complementary color
Monochromatic Colors of #F246E5
Black with #F246E5
Text Example
Text Example
White with #F246E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F246E5; }
p { color: rgb(242,70,229); }
H1.HeaderClassName
{
color: #F246E5;
}
.AnyTagClassName
{
color: #F246E5;
}
</style>
background-color css
<style>
a { background-color: #F246E5; }
a { background-color: rgb(242,70,229); }
div.DivClassName
{
background-color: #F246E5;
}
.BgClassName
{
background-color: #F246E5;
}
</style>
border-color css
<style>
span { border-color: #F246E5; }
span { border-color: rgb(242,70,229); }
td.TdClassName
{
border-color: #F246E5;
}
.TagClassName
{
border-color: #F246E5;
}
</style>