Html Css Color HEX #F35DDB Free Speech Magenta
📋 copy color: '#F35DDB'red 243 ◦ green 93 ◦ blue 219
Shades of Free Speech Magenta #F35DDB
Tints of Free Speech Magenta #F35DDB
RGB
CMYK
RGB Variations
Color information
#F35DDB (or 0xF35DDB) is known color: Free Speech Magenta. HEX triplet: F3, 5D and DB. RGB value is (243,93,219). Sum of RGB (Red+Green+Blue) = 243+93+219=555 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.78% from 555); Green value is 93 (36.72% from 255 or 16.76% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 243 - color contains mainly: red. Hex color #F35DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F35DDB is #0CA224. Grayscale: #979797. Windows color (decimal): -827941 or 14376435. OLE color: 14376435.
HSL color Cylindrical-coordinate representation of color #F35DDB: hue angle of 309.6º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F35DDB is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 93 | 219 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.05 |
| HSL | 309.6º | 0.86% | 0.66% | - |
| HSV(B) | 309.6º | 0.62% | 0.95% | - |
| XYZ | 53.66 | 32 | 70.37 | - |
| YUV | 152.21 | 165.7 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 93 | 219 | 0 | 0.62 | 0.10 | 0.05 | 309.6 | 0.86 | 0.66 |
| Hex | F3 | 5D | DB | 0 | 3E | A | 5 | 136 | 56 | 42 |
| Octal | 363 | 135 | 333 | 0 | 76 | 12 | 5 | 466 | 126 | 102 |
| Binary | 11110011 | 1011101 | 11011011 | 0 | 111110 | 1010 | 101 | 100110110 | 1010110 | 1000010 |
Color Harmonies of #F35DDB
Complementary color
Monochromatic Colors of #F35DDB
Black with #F35DDB
Text Example
Text Example
White with #F35DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35DDB; }
p { color: rgb(243,93,219); }
H1.HeaderClassName
{
color: #F35DDB;
}
.AnyTagClassName
{
color: #F35DDB;
}
</style>
background-color css
<style>
a { background-color: #F35DDB; }
a { background-color: rgb(243,93,219); }
div.DivClassName
{
background-color: #F35DDB;
}
.BgClassName
{
background-color: #F35DDB;
}
</style>
border-color css
<style>
span { border-color: #F35DDB; }
span { border-color: rgb(243,93,219); }
td.TdClassName
{
border-color: #F35DDB;
}
.TagClassName
{
border-color: #F35DDB;
}
</style>