Html Css Color HEX #F63DF1 Free Speech Magenta
📋 copy color: '#F63DF1'red 246 ◦ green 61 ◦ blue 241
Shades of Free Speech Magenta #F63DF1
Tints of Free Speech Magenta #F63DF1
RGB
CMYK
RGB Variations
Color information
#F63DF1 (or 0xF63DF1) is known color: Free Speech Magenta. HEX triplet: F6, 3D and F1. RGB value is (246,61,241). Sum of RGB (Red+Green+Blue) = 246+61+241=548 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.89% from 548); Green value is 61 (24.22% from 255 or 11.13% from 548); Blue value is 241 (94.53% from 255 or 43.98% from 548); Max value from RGB is 246 - color contains mainly: red. Hex color #F63DF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F63DF1 is #09C20E. Grayscale: #888888. Windows color (decimal): -639503 or 15810038. OLE color: 15810038.
HSL color Cylindrical-coordinate representation of color #F63DF1: hue angle of 301.62º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F63DF1 is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 61 | 241 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.04 |
| HSL | 301.62º | 0.91% | 0.6% | - |
| HSV(B) | 301.62º | 0.75% | 0.96% | - |
| XYZ | 55.55 | 29.28 | 85.94 | - |
| YUV | 136.84 | 186.79 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 61 | 241 | 0 | 0.75 | 0.02 | 0.04 | 301.62 | 0.91 | 0.6 |
| Hex | F6 | 3D | F1 | 0 | 4B | 2 | 4 | 12E | 5B | 3C |
| Octal | 366 | 75 | 361 | 0 | 113 | 2 | 4 | 456 | 133 | 74 |
| Binary | 11110110 | 111101 | 11110001 | 0 | 1001011 | 10 | 100 | 100101110 | 1011011 | 111100 |
Color Harmonies of #F63DF1
Complementary color
Monochromatic Colors of #F63DF1
Black with #F63DF1
Text Example
Text Example
White with #F63DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63DF1; }
p { color: rgb(246,61,241); }
H1.HeaderClassName
{
color: #F63DF1;
}
.AnyTagClassName
{
color: #F63DF1;
}
</style>
background-color css
<style>
a { background-color: #F63DF1; }
a { background-color: rgb(246,61,241); }
div.DivClassName
{
background-color: #F63DF1;
}
.BgClassName
{
background-color: #F63DF1;
}
</style>
border-color css
<style>
span { border-color: #F63DF1; }
span { border-color: rgb(246,61,241); }
td.TdClassName
{
border-color: #F63DF1;
}
.TagClassName
{
border-color: #F63DF1;
}
</style>