Html Css Color HEX #FA54DB Free Speech Magenta
📋 copy color: '#FA54DB'red 250 ◦ green 84 ◦ blue 219
Shades of Free Speech Magenta #FA54DB
Tints of Free Speech Magenta #FA54DB
RGB
CMYK
RGB Variations
Color information
#FA54DB (or 0xFA54DB) is known color: Free Speech Magenta. HEX triplet: FA, 54 and DB. RGB value is (250,84,219). Sum of RGB (Red+Green+Blue) = 250+84+219=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 84 (33.20% from 255 or 15.19% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FA54DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA54DB is #05AB24. Grayscale: #949494. Windows color (decimal): -371493 or 14374138. OLE color: 14374138.
HSL color Cylindrical-coordinate representation of color #FA54DB: hue angle of 311.2º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA54DB is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 84 | 219 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.02 |
| HSL | 311.2º | 0.94% | 0.65% | - |
| HSV(B) | 311.2º | 0.66% | 0.98% | - |
| XYZ | 55.38 | 31.78 | 70.23 | - |
| YUV | 149.02 | 167.5 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 84 | 219 | 0 | 0.66 | 0.12 | 0.02 | 311.2 | 0.94 | 0.65 |
| Hex | FA | 54 | DB | 0 | 42 | C | 2 | 137 | 5E | 41 |
| Octal | 372 | 124 | 333 | 0 | 102 | 14 | 2 | 467 | 136 | 101 |
| Binary | 11111010 | 1010100 | 11011011 | 0 | 1000010 | 1100 | 10 | 100110111 | 1011110 | 1000001 |
Color Harmonies of #FA54DB
Complementary color
Monochromatic Colors of #FA54DB
Black with #FA54DB
Text Example
Text Example
White with #FA54DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA54DB; }
p { color: rgb(250,84,219); }
H1.HeaderClassName
{
color: #FA54DB;
}
.AnyTagClassName
{
color: #FA54DB;
}
</style>
background-color css
<style>
a { background-color: #FA54DB; }
a { background-color: rgb(250,84,219); }
div.DivClassName
{
background-color: #FA54DB;
}
.BgClassName
{
background-color: #FA54DB;
}
</style>
border-color css
<style>
span { border-color: #FA54DB; }
span { border-color: rgb(250,84,219); }
td.TdClassName
{
border-color: #FA54DB;
}
.TagClassName
{
border-color: #FA54DB;
}
</style>