Html Css Color HEX #F74BDC Free Speech Magenta
📋 copy color: '#F74BDC'red 247 ◦ green 75 ◦ blue 220
Shades of Free Speech Magenta #F74BDC
Tints of Free Speech Magenta #F74BDC
RGB
CMYK
RGB Variations
Color information
#F74BDC (or 0xF74BDC) is known color: Free Speech Magenta. HEX triplet: F7, 4B and DC. RGB value is (247,75,220). Sum of RGB (Red+Green+Blue) = 247+75+220=542 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.57% from 542); Green value is 75 (29.69% from 255 or 13.84% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 247 - color contains mainly: red. Hex color #F74BDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F74BDC is #08B423. Grayscale: #8E8E8E. Windows color (decimal): -570404 or 14437367. OLE color: 14437367.
HSL color Cylindrical-coordinate representation of color #F74BDC: hue angle of 309.42º degrees, saturation: 0.91, 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 #F74BDC is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 75 | 220 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.03 |
| HSL | 309.42º | 0.91% | 0.63% | - |
| HSV(B) | 309.42º | 0.7% | 0.97% | - |
| XYZ | 53.79 | 29.97 | 70.66 | - |
| YUV | 142.96 | 171.48 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 75 | 220 | 0 | 0.70 | 0.11 | 0.03 | 309.42 | 0.91 | 0.63 |
| Hex | F7 | 4B | DC | 0 | 46 | B | 3 | 135 | 5B | 3F |
| Octal | 367 | 113 | 334 | 0 | 106 | 13 | 3 | 465 | 133 | 77 |
| Binary | 11110111 | 1001011 | 11011100 | 0 | 1000110 | 1011 | 11 | 100110101 | 1011011 | 111111 |
Color Harmonies of #F74BDC
Complementary color
Monochromatic Colors of #F74BDC
Black with #F74BDC
Text Example
Text Example
White with #F74BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74BDC; }
p { color: rgb(247,75,220); }
H1.HeaderClassName
{
color: #F74BDC;
}
.AnyTagClassName
{
color: #F74BDC;
}
</style>
background-color css
<style>
a { background-color: #F74BDC; }
a { background-color: rgb(247,75,220); }
div.DivClassName
{
background-color: #F74BDC;
}
.BgClassName
{
background-color: #F74BDC;
}
</style>
border-color css
<style>
span { border-color: #F74BDC; }
span { border-color: rgb(247,75,220); }
td.TdClassName
{
border-color: #F74BDC;
}
.TagClassName
{
border-color: #F74BDC;
}
</style>