Html Css Color HEX #F352DB Free Speech Magenta
📋 copy color: '#F352DB'red 243 ◦ green 82 ◦ blue 219
Shades of Free Speech Magenta #F352DB
Tints of Free Speech Magenta #F352DB
RGB
CMYK
RGB Variations
Color information
#F352DB (or 0xF352DB) is known color: Free Speech Magenta. HEX triplet: F3, 52 and DB. RGB value is (243,82,219). Sum of RGB (Red+Green+Blue) = 243+82+219=544 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.67% from 544); Green value is 82 (32.42% from 255 or 15.07% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 243 - color contains mainly: red. Hex color #F352DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F352DB is #0CAD24. Grayscale: #919191. Windows color (decimal): -830757 or 14373619. OLE color: 14373619.
HSL color Cylindrical-coordinate representation of color #F352DB: hue angle of 308.94º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F352DB is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 82 | 219 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.05 |
| HSL | 308.94º | 0.87% | 0.64% | - |
| HSV(B) | 308.94º | 0.66% | 0.95% | - |
| XYZ | 52.77 | 30.2 | 70.07 | - |
| YUV | 145.76 | 169.34 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 82 | 219 | 0 | 0.66 | 0.10 | 0.05 | 308.94 | 0.87 | 0.64 |
| Hex | F3 | 52 | DB | 0 | 42 | A | 5 | 135 | 57 | 40 |
| Octal | 363 | 122 | 333 | 0 | 102 | 12 | 5 | 465 | 127 | 100 |
| Binary | 11110011 | 1010010 | 11011011 | 0 | 1000010 | 1010 | 101 | 100110101 | 1010111 | 1000000 |
Color Harmonies of #F352DB
Complementary color
Monochromatic Colors of #F352DB
Black with #F352DB
Text Example
Text Example
White with #F352DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F352DB; }
p { color: rgb(243,82,219); }
H1.HeaderClassName
{
color: #F352DB;
}
.AnyTagClassName
{
color: #F352DB;
}
</style>
background-color css
<style>
a { background-color: #F352DB; }
a { background-color: rgb(243,82,219); }
div.DivClassName
{
background-color: #F352DB;
}
.BgClassName
{
background-color: #F352DB;
}
</style>
border-color css
<style>
span { border-color: #F352DB; }
span { border-color: rgb(243,82,219); }
td.TdClassName
{
border-color: #F352DB;
}
.TagClassName
{
border-color: #F352DB;
}
</style>