Html Css Color HEX #FA4EDD Free Speech Magenta
📋 copy color: '#FA4EDD'red 250 ◦ green 78 ◦ blue 221
Shades of Free Speech Magenta #FA4EDD
Tints of Free Speech Magenta #FA4EDD
RGB
CMYK
RGB Variations
Color information
#FA4EDD (or 0xFA4EDD) is known color: Free Speech Magenta. HEX triplet: FA, 4E and DD. RGB value is (250,78,221). Sum of RGB (Red+Green+Blue) = 250+78+221=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 78 (30.86% from 255 or 14.21% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA4EDD is #05B122. Grayscale: #919191. Windows color (decimal): -373027 or 14503674. OLE color: 14503674.
HSL color Cylindrical-coordinate representation of color #FA4EDD: hue angle of 310.12º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FA4EDD is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 78 | 221 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.02 |
| HSL | 310.12º | 0.95% | 0.64% | - |
| HSV(B) | 310.12º | 0.69% | 0.98% | - |
| XYZ | 55.2 | 30.99 | 71.48 | - |
| YUV | 145.73 | 170.48 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 78 | 221 | 0 | 0.69 | 0.12 | 0.02 | 310.12 | 0.95 | 0.64 |
| Hex | FA | 4E | DD | 0 | 45 | C | 2 | 136 | 5F | 40 |
| Octal | 372 | 116 | 335 | 0 | 105 | 14 | 2 | 466 | 137 | 100 |
| Binary | 11111010 | 1001110 | 11011101 | 0 | 1000101 | 1100 | 10 | 100110110 | 1011111 | 1000000 |
Color Harmonies of #FA4EDD
Complementary color
Monochromatic Colors of #FA4EDD
Black with #FA4EDD
Text Example
Text Example
White with #FA4EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4EDD; }
p { color: rgb(250,78,221); }
H1.HeaderClassName
{
color: #FA4EDD;
}
.AnyTagClassName
{
color: #FA4EDD;
}
</style>
background-color css
<style>
a { background-color: #FA4EDD; }
a { background-color: rgb(250,78,221); }
div.DivClassName
{
background-color: #FA4EDD;
}
.BgClassName
{
background-color: #FA4EDD;
}
</style>
border-color css
<style>
span { border-color: #FA4EDD; }
span { border-color: rgb(250,78,221); }
td.TdClassName
{
border-color: #FA4EDD;
}
.TagClassName
{
border-color: #FA4EDD;
}
</style>