Html Css Color HEX #F65FDC Free Speech Magenta
📋 copy color: '#F65FDC'red 246 ◦ green 95 ◦ blue 220
Shades of Free Speech Magenta #F65FDC
Tints of Free Speech Magenta #F65FDC
RGB
CMYK
RGB Variations
Color information
#F65FDC (or 0xF65FDC) is known color: Free Speech Magenta. HEX triplet: F6, 5F and DC. RGB value is (246,95,220). Sum of RGB (Red+Green+Blue) = 246+95+220=561 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.85% from 561); Green value is 95 (37.5% from 255 or 16.93% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 246 - color contains mainly: red. Hex color #F65FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65FDC is #09A023. Grayscale: #9A9A9A. Windows color (decimal): -630820 or 14442486. OLE color: 14442486.
HSL color Cylindrical-coordinate representation of color #F65FDC: hue angle of 310.33º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F65FDC is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 95 | 220 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.04 |
| HSL | 310.33º | 0.89% | 0.67% | - |
| HSV(B) | 310.33º | 0.61% | 0.96% | - |
| XYZ | 55.02 | 32.94 | 71.17 | - |
| YUV | 154.4 | 165.03 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 95 | 220 | 0 | 0.61 | 0.11 | 0.04 | 310.33 | 0.89 | 0.67 |
| Hex | F6 | 5F | DC | 0 | 3D | B | 4 | 136 | 59 | 43 |
| Octal | 366 | 137 | 334 | 0 | 75 | 13 | 4 | 466 | 131 | 103 |
| Binary | 11110110 | 1011111 | 11011100 | 0 | 111101 | 1011 | 100 | 100110110 | 1011001 | 1000011 |
Color Harmonies of #F65FDC
Complementary color
Monochromatic Colors of #F65FDC
Black with #F65FDC
Text Example
Text Example
White with #F65FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65FDC; }
p { color: rgb(246,95,220); }
H1.HeaderClassName
{
color: #F65FDC;
}
.AnyTagClassName
{
color: #F65FDC;
}
</style>
background-color css
<style>
a { background-color: #F65FDC; }
a { background-color: rgb(246,95,220); }
div.DivClassName
{
background-color: #F65FDC;
}
.BgClassName
{
background-color: #F65FDC;
}
</style>
border-color css
<style>
span { border-color: #F65FDC; }
span { border-color: rgb(246,95,220); }
td.TdClassName
{
border-color: #F65FDC;
}
.TagClassName
{
border-color: #F65FDC;
}
</style>