Html Css Color HEX #FA58DB Free Speech Magenta
📋 copy color: '#FA58DB'red 250 ◦ green 88 ◦ blue 219
Shades of Free Speech Magenta #FA58DB
Tints of Free Speech Magenta #FA58DB
RGB
CMYK
RGB Variations
Color information
#FA58DB (or 0xFA58DB) is known color: Free Speech Magenta. HEX triplet: FA, 58 and DB. RGB value is (250,88,219). Sum of RGB (Red+Green+Blue) = 250+88+219=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 88 (34.77% from 255 or 15.80% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FA58DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA58DB is #05A724. Grayscale: #979797. Windows color (decimal): -370469 or 14375162. OLE color: 14375162.
HSL color Cylindrical-coordinate representation of color #FA58DB: hue angle of 311.48º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FA58DB is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 88 | 219 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.02 |
| HSL | 311.48º | 0.94% | 0.66% | - |
| HSV(B) | 311.48º | 0.65% | 0.98% | - |
| XYZ | 55.7 | 32.42 | 70.34 | - |
| YUV | 151.37 | 166.17 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 88 | 219 | 0 | 0.65 | 0.12 | 0.02 | 311.48 | 0.94 | 0.66 |
| Hex | FA | 58 | DB | 0 | 41 | C | 2 | 137 | 5E | 42 |
| Octal | 372 | 130 | 333 | 0 | 101 | 14 | 2 | 467 | 136 | 102 |
| Binary | 11111010 | 1011000 | 11011011 | 0 | 1000001 | 1100 | 10 | 100110111 | 1011110 | 1000010 |
Color Harmonies of #FA58DB
Complementary color
Monochromatic Colors of #FA58DB
Black with #FA58DB
Text Example
Text Example
White with #FA58DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA58DB; }
p { color: rgb(250,88,219); }
H1.HeaderClassName
{
color: #FA58DB;
}
.AnyTagClassName
{
color: #FA58DB;
}
</style>
background-color css
<style>
a { background-color: #FA58DB; }
a { background-color: rgb(250,88,219); }
div.DivClassName
{
background-color: #FA58DB;
}
.BgClassName
{
background-color: #FA58DB;
}
</style>
border-color css
<style>
span { border-color: #FA58DB; }
span { border-color: rgb(250,88,219); }
td.TdClassName
{
border-color: #FA58DB;
}
.TagClassName
{
border-color: #FA58DB;
}
</style>