Html Css Color HEX #F34BDD Free Speech Magenta
📋 copy color: '#F34BDD'red 243 ◦ green 75 ◦ blue 221
Shades of Free Speech Magenta #F34BDD
Tints of Free Speech Magenta #F34BDD
RGB
CMYK
RGB Variations
Color information
#F34BDD (or 0xF34BDD) is known color: Free Speech Magenta. HEX triplet: F3, 4B and DD. RGB value is (243,75,221). Sum of RGB (Red+Green+Blue) = 243+75+221=539 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.08% from 539); Green value is 75 (29.69% from 255 or 13.91% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 243 - color contains mainly: red. Hex color #F34BDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F34BDD is #0CB422. Grayscale: #8D8D8D. Windows color (decimal): -832547 or 14502899. OLE color: 14502899.
HSL color Cylindrical-coordinate representation of color #F34BDD: hue angle of 307.86º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F34BDD is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 75 | 221 | - |
| CMYK | 0 | 0.69 | 0.09 | 0.05 |
| HSL | 307.86º | 0.88% | 0.62% | - |
| HSV(B) | 307.86º | 0.69% | 0.95% | - |
| XYZ | 52.53 | 29.31 | 71.29 | - |
| YUV | 141.88 | 172.66 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 75 | 221 | 0 | 0.69 | 0.09 | 0.05 | 307.86 | 0.88 | 0.62 |
| Hex | F3 | 4B | DD | 0 | 45 | 9 | 5 | 134 | 58 | 3E |
| Octal | 363 | 113 | 335 | 0 | 105 | 11 | 5 | 464 | 130 | 76 |
| Binary | 11110011 | 1001011 | 11011101 | 0 | 1000101 | 1001 | 101 | 100110100 | 1011000 | 111110 |
Color Harmonies of #F34BDD
Complementary color
Monochromatic Colors of #F34BDD
Black with #F34BDD
Text Example
Text Example
White with #F34BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34BDD; }
p { color: rgb(243,75,221); }
H1.HeaderClassName
{
color: #F34BDD;
}
.AnyTagClassName
{
color: #F34BDD;
}
</style>
background-color css
<style>
a { background-color: #F34BDD; }
a { background-color: rgb(243,75,221); }
div.DivClassName
{
background-color: #F34BDD;
}
.BgClassName
{
background-color: #F34BDD;
}
</style>
border-color css
<style>
span { border-color: #F34BDD; }
span { border-color: rgb(243,75,221); }
td.TdClassName
{
border-color: #F34BDD;
}
.TagClassName
{
border-color: #F34BDD;
}
</style>