Html Css Color HEX #F65DDD Free Speech Magenta
📋 copy color: '#F65DDD'red 246 ◦ green 93 ◦ blue 221
Shades of Free Speech Magenta #F65DDD
Tints of Free Speech Magenta #F65DDD
RGB
CMYK
RGB Variations
Color information
#F65DDD (or 0xF65DDD) is known color: Free Speech Magenta. HEX triplet: F6, 5D and DD. RGB value is (246,93,221). Sum of RGB (Red+Green+Blue) = 246+93+221=560 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.93% from 560); Green value is 93 (36.72% from 255 or 16.61% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 246 - color contains mainly: red. Hex color #F65DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65DDD is #09A222. Grayscale: #989898. Windows color (decimal): -631331 or 14507510. OLE color: 14507510.
HSL color Cylindrical-coordinate representation of color #F65DDD: hue angle of 309.8º 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 #F65DDD is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 93 | 221 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.04 |
| HSL | 309.8º | 0.89% | 0.66% | - |
| HSV(B) | 309.8º | 0.62% | 0.96% | - |
| XYZ | 54.97 | 32.64 | 71.81 | - |
| YUV | 153.34 | 166.19 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 93 | 221 | 0 | 0.62 | 0.10 | 0.04 | 309.8 | 0.89 | 0.66 |
| Hex | F6 | 5D | DD | 0 | 3E | A | 4 | 136 | 59 | 42 |
| Octal | 366 | 135 | 335 | 0 | 76 | 12 | 4 | 466 | 131 | 102 |
| Binary | 11110110 | 1011101 | 11011101 | 0 | 111110 | 1010 | 100 | 100110110 | 1011001 | 1000010 |
Color Harmonies of #F65DDD
Complementary color
Monochromatic Colors of #F65DDD
Black with #F65DDD
Text Example
Text Example
White with #F65DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65DDD; }
p { color: rgb(246,93,221); }
H1.HeaderClassName
{
color: #F65DDD;
}
.AnyTagClassName
{
color: #F65DDD;
}
</style>
background-color css
<style>
a { background-color: #F65DDD; }
a { background-color: rgb(246,93,221); }
div.DivClassName
{
background-color: #F65DDD;
}
.BgClassName
{
background-color: #F65DDD;
}
</style>
border-color css
<style>
span { border-color: #F65DDD; }
span { border-color: rgb(246,93,221); }
td.TdClassName
{
border-color: #F65DDD;
}
.TagClassName
{
border-color: #F65DDD;
}
</style>