Html Css Color HEX #F34DDD Free Speech Magenta
📋 copy color: '#F34DDD'red 243 ◦ green 77 ◦ blue 221
Shades of Free Speech Magenta #F34DDD
Tints of Free Speech Magenta #F34DDD
RGB
CMYK
RGB Variations
Color information
#F34DDD (or 0xF34DDD) is known color: Free Speech Magenta. HEX triplet: F3, 4D and DD. RGB value is (243,77,221). Sum of RGB (Red+Green+Blue) = 243+77+221=541 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.92% from 541); Green value is 77 (30.47% from 255 or 14.23% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 243 - color contains mainly: red. Hex color #F34DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F34DDD is #0CB222. Grayscale: #8E8E8E. Windows color (decimal): -832035 or 14503411. OLE color: 14503411.
HSL color Cylindrical-coordinate representation of color #F34DDD: hue angle of 307.95º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F34DDD is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 77 | 221 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.05 |
| HSL | 307.95º | 0.87% | 0.63% | - |
| HSV(B) | 307.95º | 0.68% | 0.95% | - |
| XYZ | 52.67 | 29.58 | 71.34 | - |
| YUV | 143.05 | 172 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 77 | 221 | 0 | 0.68 | 0.09 | 0.05 | 307.95 | 0.87 | 0.63 |
| Hex | F3 | 4D | DD | 0 | 44 | 9 | 5 | 134 | 57 | 3F |
| Octal | 363 | 115 | 335 | 0 | 104 | 11 | 5 | 464 | 127 | 77 |
| Binary | 11110011 | 1001101 | 11011101 | 0 | 1000100 | 1001 | 101 | 100110100 | 1010111 | 111111 |
Color Harmonies of #F34DDD
Complementary color
Monochromatic Colors of #F34DDD
Black with #F34DDD
Text Example
Text Example
White with #F34DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34DDD; }
p { color: rgb(243,77,221); }
H1.HeaderClassName
{
color: #F34DDD;
}
.AnyTagClassName
{
color: #F34DDD;
}
</style>
background-color css
<style>
a { background-color: #F34DDD; }
a { background-color: rgb(243,77,221); }
div.DivClassName
{
background-color: #F34DDD;
}
.BgClassName
{
background-color: #F34DDD;
}
</style>
border-color css
<style>
span { border-color: #F34DDD; }
span { border-color: rgb(243,77,221); }
td.TdClassName
{
border-color: #F34DDD;
}
.TagClassName
{
border-color: #F34DDD;
}
</style>