Html Css Color HEX #F34CDD Free Speech Magenta
📋 copy color: '#F34CDD'red 243 ◦ green 76 ◦ blue 221
Shades of Free Speech Magenta #F34CDD
Tints of Free Speech Magenta #F34CDD
RGB
CMYK
RGB Variations
Color information
#F34CDD (or 0xF34CDD) is known color: Free Speech Magenta. HEX triplet: F3, 4C and DD. RGB value is (243,76,221). Sum of RGB (Red+Green+Blue) = 243+76+221=540 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45% from 540); Green value is 76 (30.08% from 255 or 14.07% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 243 - color contains mainly: red. Hex color #F34CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F34CDD is #0CB322. Grayscale: #8E8E8E. Windows color (decimal): -832291 or 14503155. OLE color: 14503155.
HSL color Cylindrical-coordinate representation of color #F34CDD: hue angle of 307.9º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F34CDD is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 76 | 221 | - |
| CMYK | 0 | 0.69 | 0.09 | 0.05 |
| HSL | 307.9º | 0.87% | 0.63% | - |
| HSV(B) | 307.9º | 0.69% | 0.95% | - |
| XYZ | 52.6 | 29.44 | 71.32 | - |
| YUV | 142.46 | 172.33 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 76 | 221 | 0 | 0.69 | 0.09 | 0.05 | 307.9 | 0.87 | 0.63 |
| Hex | F3 | 4C | DD | 0 | 45 | 9 | 5 | 134 | 57 | 3F |
| Octal | 363 | 114 | 335 | 0 | 105 | 11 | 5 | 464 | 127 | 77 |
| Binary | 11110011 | 1001100 | 11011101 | 0 | 1000101 | 1001 | 101 | 100110100 | 1010111 | 111111 |
Color Harmonies of #F34CDD
Complementary color
Monochromatic Colors of #F34CDD
Black with #F34CDD
Text Example
Text Example
White with #F34CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34CDD; }
p { color: rgb(243,76,221); }
H1.HeaderClassName
{
color: #F34CDD;
}
.AnyTagClassName
{
color: #F34CDD;
}
</style>
background-color css
<style>
a { background-color: #F34CDD; }
a { background-color: rgb(243,76,221); }
div.DivClassName
{
background-color: #F34CDD;
}
.BgClassName
{
background-color: #F34CDD;
}
</style>
border-color css
<style>
span { border-color: #F34CDD; }
span { border-color: rgb(243,76,221); }
td.TdClassName
{
border-color: #F34CDD;
}
.TagClassName
{
border-color: #F34CDD;
}
</style>