Html Css Color HEX #F65BDD Free Speech Magenta
📋 copy color: '#F65BDD'red 246 ◦ green 91 ◦ blue 221
Shades of Free Speech Magenta #F65BDD
Tints of Free Speech Magenta #F65BDD
RGB
CMYK
RGB Variations
Color information
#F65BDD (or 0xF65BDD) is known color: Free Speech Magenta. HEX triplet: F6, 5B and DD. RGB value is (246,91,221). Sum of RGB (Red+Green+Blue) = 246+91+221=558 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.09% from 558); Green value is 91 (35.94% from 255 or 16.31% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 246 - color contains mainly: red. Hex color #F65BDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65BDD is #09A422. Grayscale: #979797. Windows color (decimal): -631843 or 14506998. OLE color: 14506998.
HSL color Cylindrical-coordinate representation of color #F65BDD: hue angle of 309.68º 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 #F65BDD is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 91 | 221 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.04 |
| HSL | 309.68º | 0.9% | 0.66% | - |
| HSV(B) | 309.68º | 0.63% | 0.96% | - |
| XYZ | 54.8 | 32.3 | 71.75 | - |
| YUV | 152.17 | 166.85 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 91 | 221 | 0 | 0.63 | 0.10 | 0.04 | 309.68 | 0.9 | 0.66 |
| Hex | F6 | 5B | DD | 0 | 3F | A | 4 | 136 | 5A | 42 |
| Octal | 366 | 133 | 335 | 0 | 77 | 12 | 4 | 466 | 132 | 102 |
| Binary | 11110110 | 1011011 | 11011101 | 0 | 111111 | 1010 | 100 | 100110110 | 1011010 | 1000010 |
Color Harmonies of #F65BDD
Complementary color
Monochromatic Colors of #F65BDD
Black with #F65BDD
Text Example
Text Example
White with #F65BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65BDD; }
p { color: rgb(246,91,221); }
H1.HeaderClassName
{
color: #F65BDD;
}
.AnyTagClassName
{
color: #F65BDD;
}
</style>
background-color css
<style>
a { background-color: #F65BDD; }
a { background-color: rgb(246,91,221); }
div.DivClassName
{
background-color: #F65BDD;
}
.BgClassName
{
background-color: #F65BDD;
}
</style>
border-color css
<style>
span { border-color: #F65BDD; }
span { border-color: rgb(246,91,221); }
td.TdClassName
{
border-color: #F65BDD;
}
.TagClassName
{
border-color: #F65BDD;
}
</style>