Html Css Color HEX #F349D3 Free Speech Magenta
📋 copy color: '#F349D3'red 243 ◦ green 73 ◦ blue 211
Shades of Free Speech Magenta #F349D3
Tints of Free Speech Magenta #F349D3
RGB
CMYK
RGB Variations
Color information
#F349D3 (or 0xF349D3) is known color: Free Speech Magenta. HEX triplet: F3, 49 and D3. RGB value is (243,73,211). Sum of RGB (Red+Green+Blue) = 243+73+211=527 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.11% from 527); Green value is 73 (28.91% from 255 or 13.85% from 527); Blue value is 211 (82.81% from 255 or 40.04% from 527); Max value from RGB is 243 - color contains mainly: red. Hex color #F349D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F349D3 is #0CB62C. Grayscale: #8B8B8B. Windows color (decimal): -833069 or 13847027. OLE color: 13847027.
HSL color Cylindrical-coordinate representation of color #F349D3: hue angle of 311.29º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F349D3 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 73 | 211 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.05 |
| HSL | 311.29º | 0.88% | 0.62% | - |
| HSV(B) | 311.29º | 0.7% | 0.95% | - |
| XYZ | 51.1 | 28.52 | 64.44 | - |
| YUV | 139.56 | 168.32 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 73 | 211 | 0 | 0.70 | 0.13 | 0.05 | 311.29 | 0.88 | 0.62 |
| Hex | F3 | 49 | D3 | 0 | 46 | D | 5 | 137 | 58 | 3E |
| Octal | 363 | 111 | 323 | 0 | 106 | 15 | 5 | 467 | 130 | 76 |
| Binary | 11110011 | 1001001 | 11010011 | 0 | 1000110 | 1101 | 101 | 100110111 | 1011000 | 111110 |
Color Harmonies of #F349D3
Complementary color
Monochromatic Colors of #F349D3
Black with #F349D3
Text Example
Text Example
White with #F349D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F349D3; }
p { color: rgb(243,73,211); }
H1.HeaderClassName
{
color: #F349D3;
}
.AnyTagClassName
{
color: #F349D3;
}
</style>
background-color css
<style>
a { background-color: #F349D3; }
a { background-color: rgb(243,73,211); }
div.DivClassName
{
background-color: #F349D3;
}
.BgClassName
{
background-color: #F349D3;
}
</style>
border-color css
<style>
span { border-color: #F349D3; }
span { border-color: rgb(243,73,211); }
td.TdClassName
{
border-color: #F349D3;
}
.TagClassName
{
border-color: #F349D3;
}
</style>