Html Css Color HEX #F74DDB Free Speech Magenta
📋 copy color: '#F74DDB'red 247 ◦ green 77 ◦ blue 219
Shades of Free Speech Magenta #F74DDB
Tints of Free Speech Magenta #F74DDB
RGB
CMYK
RGB Variations
Color information
#F74DDB (or 0xF74DDB) is known color: Free Speech Magenta. HEX triplet: F7, 4D and DB. RGB value is (247,77,219). Sum of RGB (Red+Green+Blue) = 247+77+219=543 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.49% from 543); Green value is 77 (30.47% from 255 or 14.18% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 247 - color contains mainly: red. Hex color #F74DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F74DDB is #08B224. Grayscale: #8F8F8F. Windows color (decimal): -569893 or 14372343. OLE color: 14372343.
HSL color Cylindrical-coordinate representation of color #F74DDB: hue angle of 309.88º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F74DDB is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 77 | 219 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.03 |
| HSL | 309.88º | 0.91% | 0.64% | - |
| HSV(B) | 309.88º | 0.69% | 0.97% | - |
| XYZ | 53.8 | 30.2 | 70.01 | - |
| YUV | 144.02 | 170.32 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 77 | 219 | 0 | 0.69 | 0.11 | 0.03 | 309.88 | 0.91 | 0.64 |
| Hex | F7 | 4D | DB | 0 | 45 | B | 3 | 136 | 5B | 40 |
| Octal | 367 | 115 | 333 | 0 | 105 | 13 | 3 | 466 | 133 | 100 |
| Binary | 11110111 | 1001101 | 11011011 | 0 | 1000101 | 1011 | 11 | 100110110 | 1011011 | 1000000 |
Color Harmonies of #F74DDB
Complementary color
Monochromatic Colors of #F74DDB
Black with #F74DDB
Text Example
Text Example
White with #F74DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74DDB; }
p { color: rgb(247,77,219); }
H1.HeaderClassName
{
color: #F74DDB;
}
.AnyTagClassName
{
color: #F74DDB;
}
</style>
background-color css
<style>
a { background-color: #F74DDB; }
a { background-color: rgb(247,77,219); }
div.DivClassName
{
background-color: #F74DDB;
}
.BgClassName
{
background-color: #F74DDB;
}
</style>
border-color css
<style>
span { border-color: #F74DDB; }
span { border-color: rgb(247,77,219); }
td.TdClassName
{
border-color: #F74DDB;
}
.TagClassName
{
border-color: #F74DDB;
}
</style>