Html Css Color HEX #F64ADE Free Speech Magenta
📋 copy color: '#F64ADE'red 246 ◦ green 74 ◦ blue 222
Shades of Free Speech Magenta #F64ADE
Tints of Free Speech Magenta #F64ADE
RGB
CMYK
RGB Variations
Color information
#F64ADE (or 0xF64ADE) is known color: Free Speech Magenta. HEX triplet: F6, 4A and DE. RGB value is (246,74,222). Sum of RGB (Red+Green+Blue) = 246+74+222=542 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.39% from 542); Green value is 74 (29.30% from 255 or 13.65% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 246 - color contains mainly: red. Hex color #F64ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F64ADE is #09B521. Grayscale: #8D8D8D. Windows color (decimal): -636194 or 14568182. OLE color: 14568182.
HSL color Cylindrical-coordinate representation of color #F64ADE: hue angle of 308.37º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F64ADE is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 74 | 222 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.04 |
| HSL | 308.37º | 0.91% | 0.63% | - |
| HSV(B) | 308.37º | 0.7% | 0.96% | - |
| XYZ | 53.64 | 29.76 | 72.03 | - |
| YUV | 142.3 | 172.98 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 74 | 222 | 0 | 0.70 | 0.10 | 0.04 | 308.37 | 0.91 | 0.63 |
| Hex | F6 | 4A | DE | 0 | 46 | A | 4 | 134 | 5B | 3F |
| Octal | 366 | 112 | 336 | 0 | 106 | 12 | 4 | 464 | 133 | 77 |
| Binary | 11110110 | 1001010 | 11011110 | 0 | 1000110 | 1010 | 100 | 100110100 | 1011011 | 111111 |
Color Harmonies of #F64ADE
Complementary color
Monochromatic Colors of #F64ADE
Black with #F64ADE
Text Example
Text Example
White with #F64ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64ADE; }
p { color: rgb(246,74,222); }
H1.HeaderClassName
{
color: #F64ADE;
}
.AnyTagClassName
{
color: #F64ADE;
}
</style>
background-color css
<style>
a { background-color: #F64ADE; }
a { background-color: rgb(246,74,222); }
div.DivClassName
{
background-color: #F64ADE;
}
.BgClassName
{
background-color: #F64ADE;
}
</style>
border-color css
<style>
span { border-color: #F64ADE; }
span { border-color: rgb(246,74,222); }
td.TdClassName
{
border-color: #F64ADE;
}
.TagClassName
{
border-color: #F64ADE;
}
</style>