Html Css Color HEX #FA61DB Free Speech Magenta
📋 copy color: '#FA61DB'red 250 ◦ green 97 ◦ blue 219
Shades of Free Speech Magenta #FA61DB
Tints of Free Speech Magenta #FA61DB
RGB
CMYK
RGB Variations
Color information
#FA61DB (or 0xFA61DB) is known color: Free Speech Magenta. HEX triplet: FA, 61 and DB. RGB value is (250,97,219). Sum of RGB (Red+Green+Blue) = 250+97+219=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 97 (38.28% from 255 or 17.14% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FA61DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA61DB is #059E24. Grayscale: #9C9C9C. Windows color (decimal): -368165 or 14377466. OLE color: 14377466.
HSL color Cylindrical-coordinate representation of color #FA61DB: hue angle of 312.16º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FA61DB is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 97 | 219 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.02 |
| HSL | 312.16º | 0.94% | 0.68% | - |
| HSV(B) | 312.16º | 0.61% | 0.98% | - |
| XYZ | 56.49 | 33.99 | 70.6 | - |
| YUV | 156.66 | 163.19 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 97 | 219 | 0 | 0.61 | 0.12 | 0.02 | 312.16 | 0.94 | 0.68 |
| Hex | FA | 61 | DB | 0 | 3D | C | 2 | 138 | 5E | 44 |
| Octal | 372 | 141 | 333 | 0 | 75 | 14 | 2 | 470 | 136 | 104 |
| Binary | 11111010 | 1100001 | 11011011 | 0 | 111101 | 1100 | 10 | 100111000 | 1011110 | 1000100 |
Color Harmonies of #FA61DB
Complementary color
Monochromatic Colors of #FA61DB
Black with #FA61DB
Text Example
Text Example
White with #FA61DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA61DB; }
p { color: rgb(250,97,219); }
H1.HeaderClassName
{
color: #FA61DB;
}
.AnyTagClassName
{
color: #FA61DB;
}
</style>
background-color css
<style>
a { background-color: #FA61DB; }
a { background-color: rgb(250,97,219); }
div.DivClassName
{
background-color: #FA61DB;
}
.BgClassName
{
background-color: #FA61DB;
}
</style>
border-color css
<style>
span { border-color: #FA61DB; }
span { border-color: rgb(250,97,219); }
td.TdClassName
{
border-color: #FA61DB;
}
.TagClassName
{
border-color: #FA61DB;
}
</style>