Html Css Color HEX #F351DB Free Speech Magenta
📋 copy color: '#F351DB'red 243 ◦ green 81 ◦ blue 219
Shades of Free Speech Magenta #F351DB
Tints of Free Speech Magenta #F351DB
RGB
CMYK
RGB Variations
Color information
#F351DB (or 0xF351DB) is known color: Free Speech Magenta. HEX triplet: F3, 51 and DB. RGB value is (243,81,219). Sum of RGB (Red+Green+Blue) = 243+81+219=543 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.75% from 543); Green value is 81 (32.03% from 255 or 14.92% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 243 - color contains mainly: red. Hex color #F351DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F351DB is #0CAE24. Grayscale: #909090. Windows color (decimal): -831013 or 14373363. OLE color: 14373363.
HSL color Cylindrical-coordinate representation of color #F351DB: hue angle of 308.89º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F351DB is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 81 | 219 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.05 |
| HSL | 308.89º | 0.87% | 0.64% | - |
| HSV(B) | 308.89º | 0.67% | 0.95% | - |
| XYZ | 52.69 | 30.05 | 70.04 | - |
| YUV | 145.17 | 169.67 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 81 | 219 | 0 | 0.67 | 0.10 | 0.05 | 308.89 | 0.87 | 0.64 |
| Hex | F3 | 51 | DB | 0 | 43 | A | 5 | 135 | 57 | 40 |
| Octal | 363 | 121 | 333 | 0 | 103 | 12 | 5 | 465 | 127 | 100 |
| Binary | 11110011 | 1010001 | 11011011 | 0 | 1000011 | 1010 | 101 | 100110101 | 1010111 | 1000000 |
Color Harmonies of #F351DB
Complementary color
Monochromatic Colors of #F351DB
Black with #F351DB
Text Example
Text Example
White with #F351DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F351DB; }
p { color: rgb(243,81,219); }
H1.HeaderClassName
{
color: #F351DB;
}
.AnyTagClassName
{
color: #F351DB;
}
</style>
background-color css
<style>
a { background-color: #F351DB; }
a { background-color: rgb(243,81,219); }
div.DivClassName
{
background-color: #F351DB;
}
.BgClassName
{
background-color: #F351DB;
}
</style>
border-color css
<style>
span { border-color: #F351DB; }
span { border-color: rgb(243,81,219); }
td.TdClassName
{
border-color: #F351DB;
}
.TagClassName
{
border-color: #F351DB;
}
</style>