Html Css Color HEX #FA4FDD Free Speech Magenta
📋 copy color: '#FA4FDD'red 250 ◦ green 79 ◦ blue 221
Shades of Free Speech Magenta #FA4FDD
Tints of Free Speech Magenta #FA4FDD
RGB
CMYK
RGB Variations
Color information
#FA4FDD (or 0xFA4FDD) is known color: Free Speech Magenta. HEX triplet: FA, 4F and DD. RGB value is (250,79,221). Sum of RGB (Red+Green+Blue) = 250+79+221=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 79 (31.25% from 255 or 14.36% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA4FDD is #05B022. Grayscale: #919191. Windows color (decimal): -372771 or 14503930. OLE color: 14503930.
HSL color Cylindrical-coordinate representation of color #FA4FDD: hue angle of 310.18º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA4FDD is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 79 | 221 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.02 |
| HSL | 310.18º | 0.94% | 0.65% | - |
| HSV(B) | 310.18º | 0.68% | 0.98% | - |
| XYZ | 55.27 | 31.14 | 71.5 | - |
| YUV | 146.32 | 170.15 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 79 | 221 | 0 | 0.68 | 0.12 | 0.02 | 310.18 | 0.94 | 0.65 |
| Hex | FA | 4F | DD | 0 | 44 | C | 2 | 136 | 5E | 41 |
| Octal | 372 | 117 | 335 | 0 | 104 | 14 | 2 | 466 | 136 | 101 |
| Binary | 11111010 | 1001111 | 11011101 | 0 | 1000100 | 1100 | 10 | 100110110 | 1011110 | 1000001 |
Color Harmonies of #FA4FDD
Complementary color
Monochromatic Colors of #FA4FDD
Black with #FA4FDD
Text Example
Text Example
White with #FA4FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4FDD; }
p { color: rgb(250,79,221); }
H1.HeaderClassName
{
color: #FA4FDD;
}
.AnyTagClassName
{
color: #FA4FDD;
}
</style>
background-color css
<style>
a { background-color: #FA4FDD; }
a { background-color: rgb(250,79,221); }
div.DivClassName
{
background-color: #FA4FDD;
}
.BgClassName
{
background-color: #FA4FDD;
}
</style>
border-color css
<style>
span { border-color: #FA4FDD; }
span { border-color: rgb(250,79,221); }
td.TdClassName
{
border-color: #FA4FDD;
}
.TagClassName
{
border-color: #FA4FDD;
}
</style>