Html Css Color HEX #F74CDD Free Speech Magenta
📋 copy color: '#F74CDD'red 247 ◦ green 76 ◦ blue 221
Shades of Free Speech Magenta #F74CDD
Tints of Free Speech Magenta #F74CDD
RGB
CMYK
RGB Variations
Color information
#F74CDD (or 0xF74CDD) is known color: Free Speech Magenta. HEX triplet: F7, 4C and DD. RGB value is (247,76,221). Sum of RGB (Red+Green+Blue) = 247+76+221=544 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.40% from 544); Green value is 76 (30.08% from 255 or 13.97% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 247 - color contains mainly: red. Hex color #F74CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F74CDD is #08B322. Grayscale: #8F8F8F. Windows color (decimal): -570147 or 14503159. OLE color: 14503159.
HSL color Cylindrical-coordinate representation of color #F74CDD: hue angle of 309.12º 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 #F74CDD is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 76 | 221 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.03 |
| HSL | 309.12º | 0.91% | 0.63% | - |
| HSV(B) | 309.12º | 0.69% | 0.97% | - |
| XYZ | 53.99 | 30.16 | 71.38 | - |
| YUV | 143.66 | 171.65 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 76 | 221 | 0 | 0.69 | 0.11 | 0.03 | 309.12 | 0.91 | 0.63 |
| Hex | F7 | 4C | DD | 0 | 45 | B | 3 | 135 | 5B | 3F |
| Octal | 367 | 114 | 335 | 0 | 105 | 13 | 3 | 465 | 133 | 77 |
| Binary | 11110111 | 1001100 | 11011101 | 0 | 1000101 | 1011 | 11 | 100110101 | 1011011 | 111111 |
Color Harmonies of #F74CDD
Complementary color
Monochromatic Colors of #F74CDD
Black with #F74CDD
Text Example
Text Example
White with #F74CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74CDD; }
p { color: rgb(247,76,221); }
H1.HeaderClassName
{
color: #F74CDD;
}
.AnyTagClassName
{
color: #F74CDD;
}
</style>
background-color css
<style>
a { background-color: #F74CDD; }
a { background-color: rgb(247,76,221); }
div.DivClassName
{
background-color: #F74CDD;
}
.BgClassName
{
background-color: #F74CDD;
}
</style>
border-color css
<style>
span { border-color: #F74CDD; }
span { border-color: rgb(247,76,221); }
td.TdClassName
{
border-color: #F74CDD;
}
.TagClassName
{
border-color: #F74CDD;
}
</style>