Html Css Color HEX #F352C6 Free Speech Magenta
📋 copy color: '#F352C6'red 243 ◦ green 82 ◦ blue 198
Shades of Free Speech Magenta #F352C6
Tints of Free Speech Magenta #F352C6
RGB
CMYK
RGB Variations
Color information
#F352C6 (or 0xF352C6) is known color: Free Speech Magenta. HEX triplet: F3, 52 and C6. RGB value is (243,82,198). Sum of RGB (Red+Green+Blue) = 243+82+198=523 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.46% from 523); Green value is 82 (32.42% from 255 or 15.68% from 523); Blue value is 198 (77.73% from 255 or 37.86% from 523); Max value from RGB is 243 - color contains mainly: red. Hex color #F352C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F352C6 is #0CAD39. Grayscale: #8F8F8F. Windows color (decimal): -830778 or 12997363. OLE color: 12997363.
HSL color Cylindrical-coordinate representation of color #F352C6: hue angle of 316.77º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F352C6 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 82 | 198 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.05 |
| HSL | 316.77º | 0.87% | 0.64% | - |
| HSV(B) | 316.77º | 0.66% | 0.95% | - |
| XYZ | 50.17 | 29.17 | 56.41 | - |
| YUV | 143.36 | 158.84 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 82 | 198 | 0 | 0.66 | 0.19 | 0.05 | 316.77 | 0.87 | 0.64 |
| Hex | F3 | 52 | C6 | 0 | 42 | 13 | 5 | 13D | 57 | 40 |
| Octal | 363 | 122 | 306 | 0 | 102 | 23 | 5 | 475 | 127 | 100 |
| Binary | 11110011 | 1010010 | 11000110 | 0 | 1000010 | 10011 | 101 | 100111101 | 1010111 | 1000000 |
Color Harmonies of #F352C6
Complementary color
Monochromatic Colors of #F352C6
Black with #F352C6
Text Example
Text Example
White with #F352C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F352C6; }
p { color: rgb(243,82,198); }
H1.HeaderClassName
{
color: #F352C6;
}
.AnyTagClassName
{
color: #F352C6;
}
</style>
background-color css
<style>
a { background-color: #F352C6; }
a { background-color: rgb(243,82,198); }
div.DivClassName
{
background-color: #F352C6;
}
.BgClassName
{
background-color: #F352C6;
}
</style>
border-color css
<style>
span { border-color: #F352C6; }
span { border-color: rgb(243,82,198); }
td.TdClassName
{
border-color: #F352C6;
}
.TagClassName
{
border-color: #F352C6;
}
</style>