Html Css Color HEX #FA4ADE Free Speech Magenta
📋 copy color: '#FA4ADE'red 250 ◦ green 74 ◦ blue 222
Shades of Free Speech Magenta #FA4ADE
Tints of Free Speech Magenta #FA4ADE
RGB
CMYK
RGB Variations
Color information
#FA4ADE (or 0xFA4ADE) is known color: Free Speech Magenta. HEX triplet: FA, 4A and DE. RGB value is (250,74,222). Sum of RGB (Red+Green+Blue) = 250+74+222=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 74 (29.30% from 255 or 13.55% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA4ADE is #05B521. Grayscale: #8F8F8F. Windows color (decimal): -374050 or 14568186. OLE color: 14568186.
HSL color Cylindrical-coordinate representation of color #FA4ADE: hue angle of 309.55º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA4ADE is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 74 | 222 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.02 |
| HSL | 309.55º | 0.95% | 0.64% | - |
| HSV(B) | 309.55º | 0.7% | 0.98% | - |
| XYZ | 55.06 | 30.5 | 72.09 | - |
| YUV | 143.5 | 172.31 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 74 | 222 | 0 | 0.70 | 0.11 | 0.02 | 309.55 | 0.95 | 0.64 |
| Hex | FA | 4A | DE | 0 | 46 | B | 2 | 136 | 5F | 40 |
| Octal | 372 | 112 | 336 | 0 | 106 | 13 | 2 | 466 | 137 | 100 |
| Binary | 11111010 | 1001010 | 11011110 | 0 | 1000110 | 1011 | 10 | 100110110 | 1011111 | 1000000 |
Color Harmonies of #FA4ADE
Complementary color
Monochromatic Colors of #FA4ADE
Black with #FA4ADE
Text Example
Text Example
White with #FA4ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4ADE; }
p { color: rgb(250,74,222); }
H1.HeaderClassName
{
color: #FA4ADE;
}
.AnyTagClassName
{
color: #FA4ADE;
}
</style>
background-color css
<style>
a { background-color: #FA4ADE; }
a { background-color: rgb(250,74,222); }
div.DivClassName
{
background-color: #FA4ADE;
}
.BgClassName
{
background-color: #FA4ADE;
}
</style>
border-color css
<style>
span { border-color: #FA4ADE; }
span { border-color: rgb(250,74,222); }
td.TdClassName
{
border-color: #FA4ADE;
}
.TagClassName
{
border-color: #FA4ADE;
}
</style>