Html Css Color HEX #FA4DDD Free Speech Magenta
📋 copy color: '#FA4DDD'red 250 ◦ green 77 ◦ blue 221
Shades of Free Speech Magenta #FA4DDD
Tints of Free Speech Magenta #FA4DDD
RGB
CMYK
RGB Variations
Color information
#FA4DDD (or 0xFA4DDD) is known color: Free Speech Magenta. HEX triplet: FA, 4D and DD. RGB value is (250,77,221). Sum of RGB (Red+Green+Blue) = 250+77+221=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 77 (30.47% from 255 or 14.05% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA4DDD is #05B222. Grayscale: #909090. Windows color (decimal): -373283 or 14503418. OLE color: 14503418.
HSL color Cylindrical-coordinate representation of color #FA4DDD: hue angle of 310.06º 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 #FA4DDD is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 77 | 221 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.02 |
| HSL | 310.06º | 0.95% | 0.64% | - |
| HSV(B) | 310.06º | 0.69% | 0.98% | - |
| XYZ | 55.13 | 30.85 | 71.46 | - |
| YUV | 145.14 | 170.81 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 77 | 221 | 0 | 0.69 | 0.12 | 0.02 | 310.06 | 0.95 | 0.64 |
| Hex | FA | 4D | DD | 0 | 45 | C | 2 | 136 | 5F | 40 |
| Octal | 372 | 115 | 335 | 0 | 105 | 14 | 2 | 466 | 137 | 100 |
| Binary | 11111010 | 1001101 | 11011101 | 0 | 1000101 | 1100 | 10 | 100110110 | 1011111 | 1000000 |
Color Harmonies of #FA4DDD
Complementary color
Monochromatic Colors of #FA4DDD
Black with #FA4DDD
Text Example
Text Example
White with #FA4DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4DDD; }
p { color: rgb(250,77,221); }
H1.HeaderClassName
{
color: #FA4DDD;
}
.AnyTagClassName
{
color: #FA4DDD;
}
</style>
background-color css
<style>
a { background-color: #FA4DDD; }
a { background-color: rgb(250,77,221); }
div.DivClassName
{
background-color: #FA4DDD;
}
.BgClassName
{
background-color: #FA4DDD;
}
</style>
border-color css
<style>
span { border-color: #FA4DDD; }
span { border-color: rgb(250,77,221); }
td.TdClassName
{
border-color: #FA4DDD;
}
.TagClassName
{
border-color: #FA4DDD;
}
</style>