Html Css Color HEX #F64BDF Free Speech Magenta
📋 copy color: '#F64BDF'red 246 ◦ green 75 ◦ blue 223
Shades of Free Speech Magenta #F64BDF
Tints of Free Speech Magenta #F64BDF
RGB
CMYK
RGB Variations
Color information
#F64BDF (or 0xF64BDF) is known color: Free Speech Magenta. HEX triplet: F6, 4B and DF. RGB value is (246,75,223). Sum of RGB (Red+Green+Blue) = 246+75+223=544 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.22% from 544); Green value is 75 (29.69% from 255 or 13.79% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 246 - color contains mainly: red. Hex color #F64BDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F64BDF is #09B420. Grayscale: #8E8E8E. Windows color (decimal): -635937 or 14633974. OLE color: 14633974.
HSL color Cylindrical-coordinate representation of color #F64BDF: hue angle of 308.07º 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 #F64BDF is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 75 | 223 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.04 |
| HSL | 308.07º | 0.9% | 0.63% | - |
| HSV(B) | 308.07º | 0.7% | 0.96% | - |
| XYZ | 53.84 | 29.95 | 72.76 | - |
| YUV | 143 | 173.15 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 75 | 223 | 0 | 0.70 | 0.09 | 0.04 | 308.07 | 0.9 | 0.63 |
| Hex | F6 | 4B | DF | 0 | 46 | 9 | 4 | 134 | 5A | 3F |
| Octal | 366 | 113 | 337 | 0 | 106 | 11 | 4 | 464 | 132 | 77 |
| Binary | 11110110 | 1001011 | 11011111 | 0 | 1000110 | 1001 | 100 | 100110100 | 1011010 | 111111 |
Color Harmonies of #F64BDF
Complementary color
Monochromatic Colors of #F64BDF
Black with #F64BDF
Text Example
Text Example
White with #F64BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64BDF; }
p { color: rgb(246,75,223); }
H1.HeaderClassName
{
color: #F64BDF;
}
.AnyTagClassName
{
color: #F64BDF;
}
</style>
background-color css
<style>
a { background-color: #F64BDF; }
a { background-color: rgb(246,75,223); }
div.DivClassName
{
background-color: #F64BDF;
}
.BgClassName
{
background-color: #F64BDF;
}
</style>
border-color css
<style>
span { border-color: #F64BDF; }
span { border-color: rgb(246,75,223); }
td.TdClassName
{
border-color: #F64BDF;
}
.TagClassName
{
border-color: #F64BDF;
}
</style>