Html Css Color HEX #F74ADE Free Speech Magenta
📋 copy color: '#F74ADE'red 247 ◦ green 74 ◦ blue 222
Shades of Free Speech Magenta #F74ADE
Tints of Free Speech Magenta #F74ADE
RGB
CMYK
RGB Variations
Color information
#F74ADE (or 0xF74ADE) is known color: Free Speech Magenta. HEX triplet: F7, 4A and DE. RGB value is (247,74,222). Sum of RGB (Red+Green+Blue) = 247+74+222=543 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.49% from 543); Green value is 74 (29.30% from 255 or 13.63% from 543); Blue value is 222 (87.11% from 255 or 40.88% from 543); Max value from RGB is 247 - color contains mainly: red. Hex color #F74ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F74ADE is #08B521. Grayscale: #8E8E8E. Windows color (decimal): -570658 or 14568183. OLE color: 14568183.
HSL color Cylindrical-coordinate representation of color #F74ADE: hue angle of 308.67º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F74ADE is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 74 | 222 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.03 |
| HSL | 308.67º | 0.92% | 0.63% | - |
| HSV(B) | 308.67º | 0.7% | 0.97% | - |
| XYZ | 53.99 | 29.95 | 72.04 | - |
| YUV | 142.6 | 172.81 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 74 | 222 | 0 | 0.70 | 0.10 | 0.03 | 308.67 | 0.92 | 0.63 |
| Hex | F7 | 4A | DE | 0 | 46 | A | 3 | 135 | 5C | 3F |
| Octal | 367 | 112 | 336 | 0 | 106 | 12 | 3 | 465 | 134 | 77 |
| Binary | 11110111 | 1001010 | 11011110 | 0 | 1000110 | 1010 | 11 | 100110101 | 1011100 | 111111 |
Color Harmonies of #F74ADE
Complementary color
Monochromatic Colors of #F74ADE
Black with #F74ADE
Text Example
Text Example
White with #F74ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74ADE; }
p { color: rgb(247,74,222); }
H1.HeaderClassName
{
color: #F74ADE;
}
.AnyTagClassName
{
color: #F74ADE;
}
</style>
background-color css
<style>
a { background-color: #F74ADE; }
a { background-color: rgb(247,74,222); }
div.DivClassName
{
background-color: #F74ADE;
}
.BgClassName
{
background-color: #F74ADE;
}
</style>
border-color css
<style>
span { border-color: #F74ADE; }
span { border-color: rgb(247,74,222); }
td.TdClassName
{
border-color: #F74ADE;
}
.TagClassName
{
border-color: #F74ADE;
}
</style>