Html Css Color HEX #F64BDC Free Speech Magenta
📋 copy color: '#F64BDC'red 246 ◦ green 75 ◦ blue 220
Shades of Free Speech Magenta #F64BDC
Tints of Free Speech Magenta #F64BDC
RGB
CMYK
RGB Variations
Color information
#F64BDC (or 0xF64BDC) is known color: Free Speech Magenta. HEX triplet: F6, 4B and DC. RGB value is (246,75,220). Sum of RGB (Red+Green+Blue) = 246+75+220=541 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.47% from 541); Green value is 75 (29.69% from 255 or 13.86% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 246 - color contains mainly: red. Hex color #F64BDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F64BDC is #09B423. Grayscale: #8E8E8E. Windows color (decimal): -635940 or 14437366. OLE color: 14437366.
HSL color Cylindrical-coordinate representation of color #F64BDC: hue angle of 309.12º 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 #F64BDC is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 75 | 220 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.04 |
| HSL | 309.12º | 0.9% | 0.63% | - |
| HSV(B) | 309.12º | 0.7% | 0.96% | - |
| XYZ | 53.44 | 29.79 | 70.64 | - |
| YUV | 142.66 | 171.65 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 75 | 220 | 0 | 0.70 | 0.11 | 0.04 | 309.12 | 0.9 | 0.63 |
| Hex | F6 | 4B | DC | 0 | 46 | B | 4 | 135 | 5A | 3F |
| Octal | 366 | 113 | 334 | 0 | 106 | 13 | 4 | 465 | 132 | 77 |
| Binary | 11110110 | 1001011 | 11011100 | 0 | 1000110 | 1011 | 100 | 100110101 | 1011010 | 111111 |
Color Harmonies of #F64BDC
Complementary color
Monochromatic Colors of #F64BDC
Black with #F64BDC
Text Example
Text Example
White with #F64BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64BDC; }
p { color: rgb(246,75,220); }
H1.HeaderClassName
{
color: #F64BDC;
}
.AnyTagClassName
{
color: #F64BDC;
}
</style>
background-color css
<style>
a { background-color: #F64BDC; }
a { background-color: rgb(246,75,220); }
div.DivClassName
{
background-color: #F64BDC;
}
.BgClassName
{
background-color: #F64BDC;
}
</style>
border-color css
<style>
span { border-color: #F64BDC; }
span { border-color: rgb(246,75,220); }
td.TdClassName
{
border-color: #F64BDC;
}
.TagClassName
{
border-color: #F64BDC;
}
</style>