Html Css Color HEX #FA64DB Free Speech Magenta
📋 copy color: '#FA64DB'red 250 ◦ green 100 ◦ blue 219
Shades of Free Speech Magenta #FA64DB
Tints of Free Speech Magenta #FA64DB
RGB
CMYK
RGB Variations
Color information
#FA64DB (or 0xFA64DB) is known color: Free Speech Magenta. HEX triplet: FA, 64 and DB. RGB value is (250,100,219). Sum of RGB (Red+Green+Blue) = 250+100+219=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 100 (39.45% from 255 or 17.57% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FA64DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA64DB is #059B24. Grayscale: #9E9E9E. Windows color (decimal): -367397 or 14378234. OLE color: 14378234.
HSL color Cylindrical-coordinate representation of color #FA64DB: hue angle of 312.4º 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 #FA64DB is Cyan = 0, Magento = 0.6, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 100 | 219 | - |
| CMYK | 0 | 0.6 | 0.12 | 0.02 |
| HSL | 312.4º | 0.94% | 0.69% | - |
| HSV(B) | 312.4º | 0.6% | 0.98% | - |
| XYZ | 56.77 | 34.55 | 70.7 | - |
| YUV | 158.42 | 162.2 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 100 | 219 | 0 | 0.6 | 0.12 | 0.02 | 312.4 | 0.94 | 0.69 |
| Hex | FA | 64 | DB | 0 | 3C | C | 2 | 138 | 5E | 45 |
| Octal | 372 | 144 | 333 | 0 | 74 | 14 | 2 | 470 | 136 | 105 |
| Binary | 11111010 | 1100100 | 11011011 | 0 | 111100 | 1100 | 10 | 100111000 | 1011110 | 1000101 |
Color Harmonies of #FA64DB
Complementary color
Monochromatic Colors of #FA64DB
Black with #FA64DB
Text Example
Text Example
White with #FA64DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA64DB; }
p { color: rgb(250,100,219); }
H1.HeaderClassName
{
color: #FA64DB;
}
.AnyTagClassName
{
color: #FA64DB;
}
</style>
background-color css
<style>
a { background-color: #FA64DB; }
a { background-color: rgb(250,100,219); }
div.DivClassName
{
background-color: #FA64DB;
}
.BgClassName
{
background-color: #FA64DB;
}
</style>
border-color css
<style>
span { border-color: #FA64DB; }
span { border-color: rgb(250,100,219); }
td.TdClassName
{
border-color: #FA64DB;
}
.TagClassName
{
border-color: #FA64DB;
}
</style>