Html Css Color HEX #F246DF Free Speech Magenta
📋 copy color: '#F246DF'red 242 ◦ green 70 ◦ blue 223
Shades of Free Speech Magenta #F246DF
Tints of Free Speech Magenta #F246DF
RGB
CMYK
RGB Variations
Color information
#F246DF (or 0xF246DF) is known color: Free Speech Magenta. HEX triplet: F2, 46 and DF. RGB value is (242,70,223). Sum of RGB (Red+Green+Blue) = 242+70+223=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 70 (27.73% from 255 or 13.08% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F246DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F246DF is #0DB920. Grayscale: #8A8A8A. Windows color (decimal): -899361 or 14632690. OLE color: 14632690.
HSL color Cylindrical-coordinate representation of color #F246DF: hue angle of 306.63º 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 #F246DF is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 70 | 223 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.05 |
| HSL | 306.63º | 0.87% | 0.61% | - |
| HSV(B) | 306.63º | 0.71% | 0.95% | - |
| XYZ | 52.13 | 28.59 | 72.58 | - |
| YUV | 138.87 | 175.48 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 70 | 223 | 0 | 0.71 | 0.08 | 0.05 | 306.63 | 0.87 | 0.61 |
| Hex | F2 | 46 | DF | 0 | 47 | 8 | 5 | 133 | 57 | 3D |
| Octal | 362 | 106 | 337 | 0 | 107 | 10 | 5 | 463 | 127 | 75 |
| Binary | 11110010 | 1000110 | 11011111 | 0 | 1000111 | 1000 | 101 | 100110011 | 1010111 | 111101 |
Color Harmonies of #F246DF
Complementary color
Monochromatic Colors of #F246DF
Black with #F246DF
Text Example
Text Example
White with #F246DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F246DF; }
p { color: rgb(242,70,223); }
H1.HeaderClassName
{
color: #F246DF;
}
.AnyTagClassName
{
color: #F246DF;
}
</style>
background-color css
<style>
a { background-color: #F246DF; }
a { background-color: rgb(242,70,223); }
div.DivClassName
{
background-color: #F246DF;
}
.BgClassName
{
background-color: #F246DF;
}
</style>
border-color css
<style>
span { border-color: #F246DF; }
span { border-color: rgb(242,70,223); }
td.TdClassName
{
border-color: #F246DF;
}
.TagClassName
{
border-color: #F246DF;
}
</style>