Html Css Color HEX #F64ADD Free Speech Magenta
📋 copy color: '#F64ADD'red 246 ◦ green 74 ◦ blue 221
Shades of Free Speech Magenta #F64ADD
Tints of Free Speech Magenta #F64ADD
RGB
CMYK
RGB Variations
Color information
#F64ADD (or 0xF64ADD) is known color: Free Speech Magenta. HEX triplet: F6, 4A and DD. RGB value is (246,74,221). Sum of RGB (Red+Green+Blue) = 246+74+221=541 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.47% from 541); Green value is 74 (29.30% from 255 or 13.68% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 246 - color contains mainly: red. Hex color #F64ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F64ADD is #09B522. Grayscale: #8D8D8D. Windows color (decimal): -636195 or 14502646. OLE color: 14502646.
HSL color Cylindrical-coordinate representation of color #F64ADD: hue angle of 308.72º 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 #F64ADD is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 74 | 221 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.04 |
| HSL | 308.72º | 0.91% | 0.63% | - |
| HSV(B) | 308.72º | 0.7% | 0.96% | - |
| XYZ | 53.51 | 29.71 | 71.32 | - |
| YUV | 142.19 | 172.48 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 74 | 221 | 0 | 0.70 | 0.10 | 0.04 | 308.72 | 0.91 | 0.63 |
| Hex | F6 | 4A | DD | 0 | 46 | A | 4 | 135 | 5B | 3F |
| Octal | 366 | 112 | 335 | 0 | 106 | 12 | 4 | 465 | 133 | 77 |
| Binary | 11110110 | 1001010 | 11011101 | 0 | 1000110 | 1010 | 100 | 100110101 | 1011011 | 111111 |
Color Harmonies of #F64ADD
Complementary color
Monochromatic Colors of #F64ADD
Black with #F64ADD
Text Example
Text Example
White with #F64ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64ADD; }
p { color: rgb(246,74,221); }
H1.HeaderClassName
{
color: #F64ADD;
}
.AnyTagClassName
{
color: #F64ADD;
}
</style>
background-color css
<style>
a { background-color: #F64ADD; }
a { background-color: rgb(246,74,221); }
div.DivClassName
{
background-color: #F64ADD;
}
.BgClassName
{
background-color: #F64ADD;
}
</style>
border-color css
<style>
span { border-color: #F64ADD; }
span { border-color: rgb(246,74,221); }
td.TdClassName
{
border-color: #F64ADD;
}
.TagClassName
{
border-color: #F64ADD;
}
</style>