Html Css Color HEX #F64CEA Free Speech Magenta
📋 copy color: '#F64CEA'red 246 ◦ green 76 ◦ blue 234
Shades of Free Speech Magenta #F64CEA
Tints of Free Speech Magenta #F64CEA
RGB
CMYK
RGB Variations
Color information
#F64CEA (or 0xF64CEA) is known color: Free Speech Magenta. HEX triplet: F6, 4C and EA. RGB value is (246,76,234). Sum of RGB (Red+Green+Blue) = 246+76+234=556 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.24% from 556); Green value is 76 (30.08% from 255 or 13.67% from 556); Blue value is 234 (91.80% from 255 or 42.09% from 556); Max value from RGB is 246 - color contains mainly: red. Hex color #F64CEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F64CEA is #09B315. Grayscale: #909090. Windows color (decimal): -635670 or 15355126. OLE color: 15355126.
HSL color Cylindrical-coordinate representation of color #F64CEA: hue angle of 304.24º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F64CEA is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 76 | 234 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.04 |
| HSL | 304.24º | 0.9% | 0.63% | - |
| HSV(B) | 304.24º | 0.69% | 0.96% | - |
| XYZ | 55.44 | 30.7 | 80.85 | - |
| YUV | 144.84 | 178.32 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 76 | 234 | 0 | 0.69 | 0.05 | 0.04 | 304.24 | 0.9 | 0.63 |
| Hex | F6 | 4C | EA | 0 | 45 | 5 | 4 | 130 | 5A | 3F |
| Octal | 366 | 114 | 352 | 0 | 105 | 5 | 4 | 460 | 132 | 77 |
| Binary | 11110110 | 1001100 | 11101010 | 0 | 1000101 | 101 | 100 | 100110000 | 1011010 | 111111 |
Color Harmonies of #F64CEA
Complementary color
Monochromatic Colors of #F64CEA
Black with #F64CEA
Text Example
Text Example
White with #F64CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64CEA; }
p { color: rgb(246,76,234); }
H1.HeaderClassName
{
color: #F64CEA;
}
.AnyTagClassName
{
color: #F64CEA;
}
</style>
background-color css
<style>
a { background-color: #F64CEA; }
a { background-color: rgb(246,76,234); }
div.DivClassName
{
background-color: #F64CEA;
}
.BgClassName
{
background-color: #F64CEA;
}
</style>
border-color css
<style>
span { border-color: #F64CEA; }
span { border-color: rgb(246,76,234); }
td.TdClassName
{
border-color: #F64CEA;
}
.TagClassName
{
border-color: #F64CEA;
}
</style>