Html Css Color HEX #F356DB Free Speech Magenta
📋 copy color: '#F356DB'red 243 ◦ green 86 ◦ blue 219
Shades of Free Speech Magenta #F356DB
Tints of Free Speech Magenta #F356DB
RGB
CMYK
RGB Variations
Color information
#F356DB (or 0xF356DB) is known color: Free Speech Magenta. HEX triplet: F3, 56 and DB. RGB value is (243,86,219). Sum of RGB (Red+Green+Blue) = 243+86+219=548 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.34% from 548); Green value is 86 (33.98% from 255 or 15.69% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 243 - color contains mainly: red. Hex color #F356DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F356DB is #0CA924. Grayscale: #939393. Windows color (decimal): -829733 or 14374643. OLE color: 14374643.
HSL color Cylindrical-coordinate representation of color #F356DB: hue angle of 309.17º 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 #F356DB is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 86 | 219 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.05 |
| HSL | 309.17º | 0.87% | 0.65% | - |
| HSV(B) | 309.17º | 0.65% | 0.95% | - |
| XYZ | 53.08 | 30.82 | 70.17 | - |
| YUV | 148.11 | 168.01 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 86 | 219 | 0 | 0.65 | 0.10 | 0.05 | 309.17 | 0.87 | 0.65 |
| Hex | F3 | 56 | DB | 0 | 41 | A | 5 | 135 | 57 | 41 |
| Octal | 363 | 126 | 333 | 0 | 101 | 12 | 5 | 465 | 127 | 101 |
| Binary | 11110011 | 1010110 | 11011011 | 0 | 1000001 | 1010 | 101 | 100110101 | 1010111 | 1000001 |
Color Harmonies of #F356DB
Complementary color
Monochromatic Colors of #F356DB
Black with #F356DB
Text Example
Text Example
White with #F356DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F356DB; }
p { color: rgb(243,86,219); }
H1.HeaderClassName
{
color: #F356DB;
}
.AnyTagClassName
{
color: #F356DB;
}
</style>
background-color css
<style>
a { background-color: #F356DB; }
a { background-color: rgb(243,86,219); }
div.DivClassName
{
background-color: #F356DB;
}
.BgClassName
{
background-color: #F356DB;
}
</style>
border-color css
<style>
span { border-color: #F356DB; }
span { border-color: rgb(243,86,219); }
td.TdClassName
{
border-color: #F356DB;
}
.TagClassName
{
border-color: #F356DB;
}
</style>