Html Css Color HEX #FA64DF Free Speech Magenta
📋 copy color: '#FA64DF'red 250 ◦ green 100 ◦ blue 223
Shades of Free Speech Magenta #FA64DF
Tints of Free Speech Magenta #FA64DF
RGB
CMYK
RGB Variations
Color information
#FA64DF (or 0xFA64DF) is known color: Free Speech Magenta. HEX triplet: FA, 64 and DF. RGB value is (250,100,223). Sum of RGB (Red+Green+Blue) = 250+100+223=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 100 (39.45% from 255 or 17.45% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FA64DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA64DF is #059B20. Grayscale: #9E9E9E. Windows color (decimal): -367393 or 14640378. OLE color: 14640378.
HSL color Cylindrical-coordinate representation of color #FA64DF: hue angle of 310.8º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA64DF is Cyan = 0, Magento = 0.6, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 100 | 223 | - |
| CMYK | 0 | 0.6 | 0.11 | 0.02 |
| HSL | 310.8º | 0.94% | 0.69% | - |
| HSV(B) | 310.8º | 0.6% | 0.98% | - |
| XYZ | 57.3 | 34.77 | 73.5 | - |
| YUV | 158.87 | 164.2 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 100 | 223 | 0 | 0.6 | 0.11 | 0.02 | 310.8 | 0.94 | 0.69 |
| Hex | FA | 64 | DF | 0 | 3C | B | 2 | 137 | 5E | 45 |
| Octal | 372 | 144 | 337 | 0 | 74 | 13 | 2 | 467 | 136 | 105 |
| Binary | 11111010 | 1100100 | 11011111 | 0 | 111100 | 1011 | 10 | 100110111 | 1011110 | 1000101 |
Color Harmonies of #FA64DF
Complementary color
Monochromatic Colors of #FA64DF
Black with #FA64DF
Text Example
Text Example
White with #FA64DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA64DF; }
p { color: rgb(250,100,223); }
H1.HeaderClassName
{
color: #FA64DF;
}
.AnyTagClassName
{
color: #FA64DF;
}
</style>
background-color css
<style>
a { background-color: #FA64DF; }
a { background-color: rgb(250,100,223); }
div.DivClassName
{
background-color: #FA64DF;
}
.BgClassName
{
background-color: #FA64DF;
}
</style>
border-color css
<style>
span { border-color: #FA64DF; }
span { border-color: rgb(250,100,223); }
td.TdClassName
{
border-color: #FA64DF;
}
.TagClassName
{
border-color: #FA64DF;
}
</style>