Html Css Color HEX #F364DB Free Speech Magenta
📋 copy color: '#F364DB'red 243 ◦ green 100 ◦ blue 219
Shades of Free Speech Magenta #F364DB
Tints of Free Speech Magenta #F364DB
RGB
CMYK
RGB Variations
Color information
#F364DB (or 0xF364DB) is known color: Free Speech Magenta. HEX triplet: F3, 64 and DB. RGB value is (243,100,219). Sum of RGB (Red+Green+Blue) = 243+100+219=562 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.24% from 562); Green value is 100 (39.45% from 255 or 17.79% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 243 - color contains mainly: red. Hex color #F364DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F364DB is #0C9B24. Grayscale: #9B9B9B. Windows color (decimal): -826149 or 14378227. OLE color: 14378227.
HSL color Cylindrical-coordinate representation of color #F364DB: hue angle of 310.07º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F364DB is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 100 | 219 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.05 |
| HSL | 310.07º | 0.86% | 0.67% | - |
| HSV(B) | 310.07º | 0.59% | 0.95% | - |
| XYZ | 54.31 | 33.28 | 70.58 | - |
| YUV | 156.32 | 163.38 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 100 | 219 | 0 | 0.59 | 0.10 | 0.05 | 310.07 | 0.86 | 0.67 |
| Hex | F3 | 64 | DB | 0 | 3B | A | 5 | 136 | 56 | 43 |
| Octal | 363 | 144 | 333 | 0 | 73 | 12 | 5 | 466 | 126 | 103 |
| Binary | 11110011 | 1100100 | 11011011 | 0 | 111011 | 1010 | 101 | 100110110 | 1010110 | 1000011 |
Color Harmonies of #F364DB
Complementary color
Monochromatic Colors of #F364DB
Black with #F364DB
Text Example
Text Example
White with #F364DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F364DB; }
p { color: rgb(243,100,219); }
H1.HeaderClassName
{
color: #F364DB;
}
.AnyTagClassName
{
color: #F364DB;
}
</style>
background-color css
<style>
a { background-color: #F364DB; }
a { background-color: rgb(243,100,219); }
div.DivClassName
{
background-color: #F364DB;
}
.BgClassName
{
background-color: #F364DB;
}
</style>
border-color css
<style>
span { border-color: #F364DB; }
span { border-color: rgb(243,100,219); }
td.TdClassName
{
border-color: #F364DB;
}
.TagClassName
{
border-color: #F364DB;
}
</style>