Html Css Color HEX #F350DB Free Speech Magenta
📋 copy color: '#F350DB'red 243 ◦ green 80 ◦ blue 219
Shades of Free Speech Magenta #F350DB
Tints of Free Speech Magenta #F350DB
RGB
CMYK
RGB Variations
Color information
#F350DB (or 0xF350DB) is known color: Free Speech Magenta. HEX triplet: F3, 50 and DB. RGB value is (243,80,219). Sum of RGB (Red+Green+Blue) = 243+80+219=542 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.83% from 542); Green value is 80 (31.64% from 255 or 14.76% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 243 - color contains mainly: red. Hex color #F350DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F350DB is #0CAF24. Grayscale: #909090. Windows color (decimal): -831269 or 14373107. OLE color: 14373107.
HSL color Cylindrical-coordinate representation of color #F350DB: hue angle of 308.83º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F350DB is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 80 | 219 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.05 |
| HSL | 308.83º | 0.87% | 0.63% | - |
| HSV(B) | 308.83º | 0.67% | 0.95% | - |
| XYZ | 52.62 | 29.91 | 70.02 | - |
| YUV | 144.58 | 170 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 80 | 219 | 0 | 0.67 | 0.10 | 0.05 | 308.83 | 0.87 | 0.63 |
| Hex | F3 | 50 | DB | 0 | 43 | A | 5 | 135 | 57 | 3F |
| Octal | 363 | 120 | 333 | 0 | 103 | 12 | 5 | 465 | 127 | 77 |
| Binary | 11110011 | 1010000 | 11011011 | 0 | 1000011 | 1010 | 101 | 100110101 | 1010111 | 111111 |
Color Harmonies of #F350DB
Complementary color
Monochromatic Colors of #F350DB
Black with #F350DB
Text Example
Text Example
White with #F350DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F350DB; }
p { color: rgb(243,80,219); }
H1.HeaderClassName
{
color: #F350DB;
}
.AnyTagClassName
{
color: #F350DB;
}
</style>
background-color css
<style>
a { background-color: #F350DB; }
a { background-color: rgb(243,80,219); }
div.DivClassName
{
background-color: #F350DB;
}
.BgClassName
{
background-color: #F350DB;
}
</style>
border-color css
<style>
span { border-color: #F350DB; }
span { border-color: rgb(243,80,219); }
td.TdClassName
{
border-color: #F350DB;
}
.TagClassName
{
border-color: #F350DB;
}
</style>