Html Css Color HEX #F64BED Free Speech Magenta
📋 copy color: '#F64BED'red 246 ◦ green 75 ◦ blue 237
Shades of Free Speech Magenta #F64BED
Tints of Free Speech Magenta #F64BED
RGB
CMYK
RGB Variations
Color information
#F64BED (or 0xF64BED) is known color: Free Speech Magenta. HEX triplet: F6, 4B and ED. RGB value is (246,75,237). Sum of RGB (Red+Green+Blue) = 246+75+237=558 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.09% from 558); Green value is 75 (29.69% from 255 or 13.44% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 246 - color contains mainly: red. Hex color #F64BED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F64BED is #09B412. Grayscale: #909090. Windows color (decimal): -635923 or 15551478. OLE color: 15551478.
HSL color Cylindrical-coordinate representation of color #F64BED: hue angle of 303.16º degrees, saturation: 0.9, 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 #F64BED is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 75 | 237 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.04 |
| HSL | 303.16º | 0.9% | 0.63% | - |
| HSV(B) | 303.16º | 0.7% | 0.96% | - |
| XYZ | 55.81 | 30.74 | 83.11 | - |
| YUV | 144.6 | 180.15 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 75 | 237 | 0 | 0.70 | 0.04 | 0.04 | 303.16 | 0.9 | 0.63 |
| Hex | F6 | 4B | ED | 0 | 46 | 4 | 4 | 12F | 5A | 3F |
| Octal | 366 | 113 | 355 | 0 | 106 | 4 | 4 | 457 | 132 | 77 |
| Binary | 11110110 | 1001011 | 11101101 | 0 | 1000110 | 100 | 100 | 100101111 | 1011010 | 111111 |
Color Harmonies of #F64BED
Complementary color
Monochromatic Colors of #F64BED
Black with #F64BED
Text Example
Text Example
White with #F64BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64BED; }
p { color: rgb(246,75,237); }
H1.HeaderClassName
{
color: #F64BED;
}
.AnyTagClassName
{
color: #F64BED;
}
</style>
background-color css
<style>
a { background-color: #F64BED; }
a { background-color: rgb(246,75,237); }
div.DivClassName
{
background-color: #F64BED;
}
.BgClassName
{
background-color: #F64BED;
}
</style>
border-color css
<style>
span { border-color: #F64BED; }
span { border-color: rgb(246,75,237); }
td.TdClassName
{
border-color: #F64BED;
}
.TagClassName
{
border-color: #F64BED;
}
</style>