Html Css Color HEX #F64CDB Free Speech Magenta
📋 copy color: '#F64CDB'red 246 ◦ green 76 ◦ blue 219
Shades of Free Speech Magenta #F64CDB
Tints of Free Speech Magenta #F64CDB
RGB
CMYK
RGB Variations
Color information
#F64CDB (or 0xF64CDB) is known color: Free Speech Magenta. HEX triplet: F6, 4C and DB. RGB value is (246,76,219). Sum of RGB (Red+Green+Blue) = 246+76+219=541 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.47% from 541); Green value is 76 (30.08% from 255 or 14.05% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 246 - color contains mainly: red. Hex color #F64CDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F64CDB is #09B324. Grayscale: #8E8E8E. Windows color (decimal): -635685 or 14372086. OLE color: 14372086.
HSL color Cylindrical-coordinate representation of color #F64CDB: hue angle of 309.53º 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 #F64CDB is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 76 | 219 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.04 |
| HSL | 309.53º | 0.9% | 0.63% | - |
| HSV(B) | 309.53º | 0.69% | 0.96% | - |
| XYZ | 53.38 | 29.88 | 69.97 | - |
| YUV | 143.13 | 170.82 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 76 | 219 | 0 | 0.69 | 0.11 | 0.04 | 309.53 | 0.9 | 0.63 |
| Hex | F6 | 4C | DB | 0 | 45 | B | 4 | 136 | 5A | 3F |
| Octal | 366 | 114 | 333 | 0 | 105 | 13 | 4 | 466 | 132 | 77 |
| Binary | 11110110 | 1001100 | 11011011 | 0 | 1000101 | 1011 | 100 | 100110110 | 1011010 | 111111 |
Color Harmonies of #F64CDB
Complementary color
Monochromatic Colors of #F64CDB
Black with #F64CDB
Text Example
Text Example
White with #F64CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64CDB; }
p { color: rgb(246,76,219); }
H1.HeaderClassName
{
color: #F64CDB;
}
.AnyTagClassName
{
color: #F64CDB;
}
</style>
background-color css
<style>
a { background-color: #F64CDB; }
a { background-color: rgb(246,76,219); }
div.DivClassName
{
background-color: #F64CDB;
}
.BgClassName
{
background-color: #F64CDB;
}
</style>
border-color css
<style>
span { border-color: #F64CDB; }
span { border-color: rgb(246,76,219); }
td.TdClassName
{
border-color: #F64CDB;
}
.TagClassName
{
border-color: #F64CDB;
}
</style>