Html Css Color HEX #FA4DE4 Free Speech Magenta
📋 copy color: '#FA4DE4'red 250 ◦ green 77 ◦ blue 228
Shades of Free Speech Magenta #FA4DE4
Tints of Free Speech Magenta #FA4DE4
RGB
CMYK
RGB Variations
Color information
#FA4DE4 (or 0xFA4DE4) is known color: Free Speech Magenta. HEX triplet: FA, 4D and E4. RGB value is (250,77,228). Sum of RGB (Red+Green+Blue) = 250+77+228=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 77 (30.47% from 255 or 13.87% from 555); Blue value is 228 (89.45% from 255 or 41.08% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4DE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA4DE4 is #05B21B. Grayscale: #919191. Windows color (decimal): -373276 or 14962170. OLE color: 14962170.
HSL color Cylindrical-coordinate representation of color #FA4DE4: hue angle of 307.63º 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 #FA4DE4 is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 77 | 228 | - |
| CMYK | 0 | 0.69 | 0.09 | 0.02 |
| HSL | 307.63º | 0.95% | 0.64% | - |
| HSV(B) | 307.63º | 0.69% | 0.98% | - |
| XYZ | 56.08 | 31.23 | 76.47 | - |
| YUV | 145.94 | 174.31 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 77 | 228 | 0 | 0.69 | 0.09 | 0.02 | 307.63 | 0.95 | 0.64 |
| Hex | FA | 4D | E4 | 0 | 45 | 9 | 2 | 134 | 5F | 40 |
| Octal | 372 | 115 | 344 | 0 | 105 | 11 | 2 | 464 | 137 | 100 |
| Binary | 11111010 | 1001101 | 11100100 | 0 | 1000101 | 1001 | 10 | 100110100 | 1011111 | 1000000 |
Color Harmonies of #FA4DE4
Complementary color
Monochromatic Colors of #FA4DE4
Black with #FA4DE4
Text Example
Text Example
White with #FA4DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4DE4; }
p { color: rgb(250,77,228); }
H1.HeaderClassName
{
color: #FA4DE4;
}
.AnyTagClassName
{
color: #FA4DE4;
}
</style>
background-color css
<style>
a { background-color: #FA4DE4; }
a { background-color: rgb(250,77,228); }
div.DivClassName
{
background-color: #FA4DE4;
}
.BgClassName
{
background-color: #FA4DE4;
}
</style>
border-color css
<style>
span { border-color: #FA4DE4; }
span { border-color: rgb(250,77,228); }
td.TdClassName
{
border-color: #FA4DE4;
}
.TagClassName
{
border-color: #FA4DE4;
}
</style>