Html Css Color HEX #F356C8 Free Speech Magenta
📋 copy color: '#F356C8'red 243 ◦ green 86 ◦ blue 200
Shades of Free Speech Magenta #F356C8
Tints of Free Speech Magenta #F356C8
RGB
CMYK
RGB Variations
Color information
#F356C8 (or 0xF356C8) is known color: Free Speech Magenta. HEX triplet: F3, 56 and C8. RGB value is (243,86,200). Sum of RGB (Red+Green+Blue) = 243+86+200=529 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.94% from 529); Green value is 86 (33.98% from 255 or 16.26% from 529); Blue value is 200 (78.52% from 255 or 37.81% from 529); Max value from RGB is 243 - color contains mainly: red. Hex color #F356C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F356C8 is #0CA937. Grayscale: #919191. Windows color (decimal): -829752 or 13129459. OLE color: 13129459.
HSL color Cylindrical-coordinate representation of color #F356C8: hue angle of 316.43º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F356C8 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 86 | 200 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.05 |
| HSL | 316.43º | 0.87% | 0.65% | - |
| HSV(B) | 316.43º | 0.65% | 0.95% | - |
| XYZ | 50.72 | 29.88 | 57.74 | - |
| YUV | 145.94 | 158.51 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 86 | 200 | 0 | 0.65 | 0.18 | 0.05 | 316.43 | 0.87 | 0.65 |
| Hex | F3 | 56 | C8 | 0 | 41 | 12 | 5 | 13C | 57 | 41 |
| Octal | 363 | 126 | 310 | 0 | 101 | 22 | 5 | 474 | 127 | 101 |
| Binary | 11110011 | 1010110 | 11001000 | 0 | 1000001 | 10010 | 101 | 100111100 | 1010111 | 1000001 |
Color Harmonies of #F356C8
Complementary color
Monochromatic Colors of #F356C8
Black with #F356C8
Text Example
Text Example
White with #F356C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F356C8; }
p { color: rgb(243,86,200); }
H1.HeaderClassName
{
color: #F356C8;
}
.AnyTagClassName
{
color: #F356C8;
}
</style>
background-color css
<style>
a { background-color: #F356C8; }
a { background-color: rgb(243,86,200); }
div.DivClassName
{
background-color: #F356C8;
}
.BgClassName
{
background-color: #F356C8;
}
</style>
border-color css
<style>
span { border-color: #F356C8; }
span { border-color: rgb(243,86,200); }
td.TdClassName
{
border-color: #F356C8;
}
.TagClassName
{
border-color: #F356C8;
}
</style>