Html Css Color HEX #F246E6 Free Speech Magenta
📋 copy color: '#F246E6'red 242 ◦ green 70 ◦ blue 230
Shades of Free Speech Magenta #F246E6
Tints of Free Speech Magenta #F246E6
RGB
CMYK
RGB Variations
Color information
#F246E6 (or 0xF246E6) is known color: Free Speech Magenta. HEX triplet: F2, 46 and E6. RGB value is (242,70,230). Sum of RGB (Red+Green+Blue) = 242+70+230=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 70 (27.73% from 255 or 12.92% from 542); Blue value is 230 (90.23% from 255 or 42.44% from 542); Max value from RGB is 242 - color contains mainly: red. Hex color #F246E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F246E6 is #0DB919. Grayscale: #8B8B8B. Windows color (decimal): -899354 or 15091442. OLE color: 15091442.
HSL color Cylindrical-coordinate representation of color #F246E6: hue angle of 304.19º 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 #F246E6 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 70 | 230 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.05 |
| HSL | 304.19º | 0.87% | 0.61% | - |
| HSV(B) | 304.19º | 0.71% | 0.95% | - |
| XYZ | 53.09 | 28.97 | 77.66 | - |
| YUV | 139.67 | 178.98 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 70 | 230 | 0 | 0.71 | 0.05 | 0.05 | 304.19 | 0.87 | 0.61 |
| Hex | F2 | 46 | E6 | 0 | 47 | 5 | 5 | 130 | 57 | 3D |
| Octal | 362 | 106 | 346 | 0 | 107 | 5 | 5 | 460 | 127 | 75 |
| Binary | 11110010 | 1000110 | 11100110 | 0 | 1000111 | 101 | 101 | 100110000 | 1010111 | 111101 |
Color Harmonies of #F246E6
Complementary color
Monochromatic Colors of #F246E6
Black with #F246E6
Text Example
Text Example
White with #F246E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F246E6; }
p { color: rgb(242,70,230); }
H1.HeaderClassName
{
color: #F246E6;
}
.AnyTagClassName
{
color: #F246E6;
}
</style>
background-color css
<style>
a { background-color: #F246E6; }
a { background-color: rgb(242,70,230); }
div.DivClassName
{
background-color: #F246E6;
}
.BgClassName
{
background-color: #F246E6;
}
</style>
border-color css
<style>
span { border-color: #F246E6; }
span { border-color: rgb(242,70,230); }
td.TdClassName
{
border-color: #F246E6;
}
.TagClassName
{
border-color: #F246E6;
}
</style>