Html Css Color HEX #F354C8 Free Speech Magenta
📋 copy color: '#F354C8'red 243 ◦ green 84 ◦ blue 200
Shades of Free Speech Magenta #F354C8
Tints of Free Speech Magenta #F354C8
RGB
CMYK
RGB Variations
Color information
#F354C8 (or 0xF354C8) is known color: Free Speech Magenta. HEX triplet: F3, 54 and C8. RGB value is (243,84,200). Sum of RGB (Red+Green+Blue) = 243+84+200=527 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.11% from 527); Green value is 84 (33.20% from 255 or 15.94% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 243 - color contains mainly: red. Hex color #F354C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F354C8 is #0CAB37. Grayscale: #909090. Windows color (decimal): -830264 or 13128947. OLE color: 13128947.
HSL color Cylindrical-coordinate representation of color #F354C8: hue angle of 316.23º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F354C8 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 84 | 200 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.05 |
| HSL | 316.23º | 0.87% | 0.64% | - |
| HSV(B) | 316.23º | 0.65% | 0.95% | - |
| XYZ | 50.56 | 29.57 | 57.69 | - |
| YUV | 144.77 | 159.18 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 84 | 200 | 0 | 0.65 | 0.18 | 0.05 | 316.23 | 0.87 | 0.64 |
| Hex | F3 | 54 | C8 | 0 | 41 | 12 | 5 | 13C | 57 | 40 |
| Octal | 363 | 124 | 310 | 0 | 101 | 22 | 5 | 474 | 127 | 100 |
| Binary | 11110011 | 1010100 | 11001000 | 0 | 1000001 | 10010 | 101 | 100111100 | 1010111 | 1000000 |
Color Harmonies of #F354C8
Complementary color
Monochromatic Colors of #F354C8
Black with #F354C8
Text Example
Text Example
White with #F354C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F354C8; }
p { color: rgb(243,84,200); }
H1.HeaderClassName
{
color: #F354C8;
}
.AnyTagClassName
{
color: #F354C8;
}
</style>
background-color css
<style>
a { background-color: #F354C8; }
a { background-color: rgb(243,84,200); }
div.DivClassName
{
background-color: #F354C8;
}
.BgClassName
{
background-color: #F354C8;
}
</style>
border-color css
<style>
span { border-color: #F354C8; }
span { border-color: rgb(243,84,200); }
td.TdClassName
{
border-color: #F354C8;
}
.TagClassName
{
border-color: #F354C8;
}
</style>