Html Css Color HEX #F65DDC Free Speech Magenta
📋 copy color: '#F65DDC'red 246 ◦ green 93 ◦ blue 220
Shades of Free Speech Magenta #F65DDC
Tints of Free Speech Magenta #F65DDC
RGB
CMYK
RGB Variations
Color information
#F65DDC (or 0xF65DDC) is known color: Free Speech Magenta. HEX triplet: F6, 5D and DC. RGB value is (246,93,220). Sum of RGB (Red+Green+Blue) = 246+93+220=559 (74% of max value = 765). Red value is 246 (96.48% from 255 or 44.01% from 559); Green value is 93 (36.72% from 255 or 16.64% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 246 - color contains mainly: red. Hex color #F65DDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65DDC is #09A223. Grayscale: #989898. Windows color (decimal): -631332 or 14441974. OLE color: 14441974.
HSL color Cylindrical-coordinate representation of color #F65DDC: hue angle of 310.2º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F65DDC is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 93 | 220 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.04 |
| HSL | 310.2º | 0.89% | 0.66% | - |
| HSV(B) | 310.2º | 0.62% | 0.96% | - |
| XYZ | 54.84 | 32.59 | 71.11 | - |
| YUV | 153.23 | 165.69 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 93 | 220 | 0 | 0.62 | 0.11 | 0.04 | 310.2 | 0.89 | 0.66 |
| Hex | F6 | 5D | DC | 0 | 3E | B | 4 | 136 | 59 | 42 |
| Octal | 366 | 135 | 334 | 0 | 76 | 13 | 4 | 466 | 131 | 102 |
| Binary | 11110110 | 1011101 | 11011100 | 0 | 111110 | 1011 | 100 | 100110110 | 1011001 | 1000010 |
Color Harmonies of #F65DDC
Complementary color
Monochromatic Colors of #F65DDC
Black with #F65DDC
Text Example
Text Example
White with #F65DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65DDC; }
p { color: rgb(246,93,220); }
H1.HeaderClassName
{
color: #F65DDC;
}
.AnyTagClassName
{
color: #F65DDC;
}
</style>
background-color css
<style>
a { background-color: #F65DDC; }
a { background-color: rgb(246,93,220); }
div.DivClassName
{
background-color: #F65DDC;
}
.BgClassName
{
background-color: #F65DDC;
}
</style>
border-color css
<style>
span { border-color: #F65DDC; }
span { border-color: rgb(246,93,220); }
td.TdClassName
{
border-color: #F65DDC;
}
.TagClassName
{
border-color: #F65DDC;
}
</style>