Html Css Color HEX #F65ADE Free Speech Magenta
📋 copy color: '#F65ADE'red 246 ◦ green 90 ◦ blue 222
Shades of Free Speech Magenta #F65ADE
Tints of Free Speech Magenta #F65ADE
RGB
CMYK
RGB Variations
Color information
#F65ADE (or 0xF65ADE) is known color: Free Speech Magenta. HEX triplet: F6, 5A and DE. RGB value is (246,90,222). Sum of RGB (Red+Green+Blue) = 246+90+222=558 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.09% from 558); Green value is 90 (35.55% from 255 or 16.13% from 558); Blue value is 222 (87.11% from 255 or 39.78% from 558); Max value from RGB is 246 - color contains mainly: red. Hex color #F65ADE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65ADE is #09A521. Grayscale: #979797. Windows color (decimal): -632098 or 14572278. OLE color: 14572278.
HSL color Cylindrical-coordinate representation of color #F65ADE: hue angle of 309.23º 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 #F65ADE is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 90 | 222 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.04 |
| HSL | 309.23º | 0.9% | 0.66% | - |
| HSV(B) | 309.23º | 0.63% | 0.96% | - |
| XYZ | 54.85 | 32.18 | 72.43 | - |
| YUV | 151.69 | 167.68 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 90 | 222 | 0 | 0.63 | 0.10 | 0.04 | 309.23 | 0.9 | 0.66 |
| Hex | F6 | 5A | DE | 0 | 3F | A | 4 | 135 | 5A | 42 |
| Octal | 366 | 132 | 336 | 0 | 77 | 12 | 4 | 465 | 132 | 102 |
| Binary | 11110110 | 1011010 | 11011110 | 0 | 111111 | 1010 | 100 | 100110101 | 1011010 | 1000010 |
Color Harmonies of #F65ADE
Complementary color
Monochromatic Colors of #F65ADE
Black with #F65ADE
Text Example
Text Example
White with #F65ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65ADE; }
p { color: rgb(246,90,222); }
H1.HeaderClassName
{
color: #F65ADE;
}
.AnyTagClassName
{
color: #F65ADE;
}
</style>
background-color css
<style>
a { background-color: #F65ADE; }
a { background-color: rgb(246,90,222); }
div.DivClassName
{
background-color: #F65ADE;
}
.BgClassName
{
background-color: #F65ADE;
}
</style>
border-color css
<style>
span { border-color: #F65ADE; }
span { border-color: rgb(246,90,222); }
td.TdClassName
{
border-color: #F65ADE;
}
.TagClassName
{
border-color: #F65ADE;
}
</style>