Html Css Color HEX #F74CE5 Free Speech Magenta
📋 copy color: '#F74CE5'red 247 ◦ green 76 ◦ blue 229
Shades of Free Speech Magenta #F74CE5
Tints of Free Speech Magenta #F74CE5
RGB
CMYK
RGB Variations
Color information
#F74CE5 (or 0xF74CE5) is known color: Free Speech Magenta. HEX triplet: F7, 4C and E5. RGB value is (247,76,229). Sum of RGB (Red+Green+Blue) = 247+76+229=552 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.75% from 552); Green value is 76 (30.08% from 255 or 13.77% from 552); Blue value is 229 (89.84% from 255 or 41.49% from 552); Max value from RGB is 247 - color contains mainly: red. Hex color #F74CE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F74CE5 is #08B31A. Grayscale: #909090. Windows color (decimal): -570139 or 15027447. OLE color: 15027447.
HSL color Cylindrical-coordinate representation of color #F74CE5: hue angle of 306.32º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F74CE5 is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 76 | 229 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.03 |
| HSL | 306.32º | 0.91% | 0.63% | - |
| HSV(B) | 306.32º | 0.69% | 0.97% | - |
| XYZ | 55.09 | 30.6 | 77.13 | - |
| YUV | 144.57 | 175.65 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 76 | 229 | 0 | 0.69 | 0.07 | 0.03 | 306.32 | 0.91 | 0.63 |
| Hex | F7 | 4C | E5 | 0 | 45 | 7 | 3 | 132 | 5B | 3F |
| Octal | 367 | 114 | 345 | 0 | 105 | 7 | 3 | 462 | 133 | 77 |
| Binary | 11110111 | 1001100 | 11100101 | 0 | 1000101 | 111 | 11 | 100110010 | 1011011 | 111111 |
Color Harmonies of #F74CE5
Complementary color
Monochromatic Colors of #F74CE5
Black with #F74CE5
Text Example
Text Example
White with #F74CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74CE5; }
p { color: rgb(247,76,229); }
H1.HeaderClassName
{
color: #F74CE5;
}
.AnyTagClassName
{
color: #F74CE5;
}
</style>
background-color css
<style>
a { background-color: #F74CE5; }
a { background-color: rgb(247,76,229); }
div.DivClassName
{
background-color: #F74CE5;
}
.BgClassName
{
background-color: #F74CE5;
}
</style>
border-color css
<style>
span { border-color: #F74CE5; }
span { border-color: rgb(247,76,229); }
td.TdClassName
{
border-color: #F74CE5;
}
.TagClassName
{
border-color: #F74CE5;
}
</style>