Html Css Color HEX #F65CDC Free Speech Magenta
📋 copy color: '#F65CDC'red 246 ◦ green 92 ◦ blue 220
Shades of Free Speech Magenta #F65CDC
Tints of Free Speech Magenta #F65CDC
RGB
CMYK
RGB Variations
Color information
#F65CDC (or 0xF65CDC) is known color: Free Speech Magenta. HEX triplet: F6, 5C and DC. RGB value is (246,92,220). Sum of RGB (Red+Green+Blue) = 246+92+220=558 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.09% from 558); Green value is 92 (36.33% from 255 or 16.49% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 246 - color contains mainly: red. Hex color #F65CDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65CDC is #09A323. Grayscale: #989898. Windows color (decimal): -631588 or 14441718. OLE color: 14441718.
HSL color Cylindrical-coordinate representation of color #F65CDC: hue angle of 310.13º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F65CDC is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 92 | 220 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.04 |
| HSL | 310.13º | 0.9% | 0.66% | - |
| HSV(B) | 310.13º | 0.63% | 0.96% | - |
| XYZ | 54.75 | 32.41 | 71.08 | - |
| YUV | 152.64 | 166.02 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 92 | 220 | 0 | 0.63 | 0.11 | 0.04 | 310.13 | 0.9 | 0.66 |
| Hex | F6 | 5C | DC | 0 | 3F | B | 4 | 136 | 5A | 42 |
| Octal | 366 | 134 | 334 | 0 | 77 | 13 | 4 | 466 | 132 | 102 |
| Binary | 11110110 | 1011100 | 11011100 | 0 | 111111 | 1011 | 100 | 100110110 | 1011010 | 1000010 |
Color Harmonies of #F65CDC
Complementary color
Monochromatic Colors of #F65CDC
Black with #F65CDC
Text Example
Text Example
White with #F65CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65CDC; }
p { color: rgb(246,92,220); }
H1.HeaderClassName
{
color: #F65CDC;
}
.AnyTagClassName
{
color: #F65CDC;
}
</style>
background-color css
<style>
a { background-color: #F65CDC; }
a { background-color: rgb(246,92,220); }
div.DivClassName
{
background-color: #F65CDC;
}
.BgClassName
{
background-color: #F65CDC;
}
</style>
border-color css
<style>
span { border-color: #F65CDC; }
span { border-color: rgb(246,92,220); }
td.TdClassName
{
border-color: #F65CDC;
}
.TagClassName
{
border-color: #F65CDC;
}
</style>