Html Css Color HEX #F369DB Free Speech Magenta
📋 copy color: '#F369DB'red 243 ◦ green 105 ◦ blue 219
Shades of Free Speech Magenta #F369DB
Tints of Free Speech Magenta #F369DB
RGB
CMYK
RGB Variations
Color information
#F369DB (or 0xF369DB) is known color: Free Speech Magenta. HEX triplet: F3, 69 and DB. RGB value is (243,105,219). Sum of RGB (Red+Green+Blue) = 243+105+219=567 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.86% from 567); Green value is 105 (41.41% from 255 or 18.52% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 243 - color contains mainly: red. Hex color #F369DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F369DB is #0C9624. Grayscale: #9E9E9E. Windows color (decimal): -824869 or 14379507. OLE color: 14379507.
HSL color Cylindrical-coordinate representation of color #F369DB: hue angle of 310.43º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F369DB is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 105 | 219 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.05 |
| HSL | 310.43º | 0.85% | 0.68% | - |
| HSV(B) | 310.43º | 0.57% | 0.95% | - |
| XYZ | 54.8 | 34.27 | 70.74 | - |
| YUV | 159.26 | 161.72 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 105 | 219 | 0 | 0.57 | 0.10 | 0.05 | 310.43 | 0.85 | 0.68 |
| Hex | F3 | 69 | DB | 0 | 39 | A | 5 | 136 | 55 | 44 |
| Octal | 363 | 151 | 333 | 0 | 71 | 12 | 5 | 466 | 125 | 104 |
| Binary | 11110011 | 1101001 | 11011011 | 0 | 111001 | 1010 | 101 | 100110110 | 1010101 | 1000100 |
Color Harmonies of #F369DB
Complementary color
Monochromatic Colors of #F369DB
Black with #F369DB
Text Example
Text Example
White with #F369DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F369DB; }
p { color: rgb(243,105,219); }
H1.HeaderClassName
{
color: #F369DB;
}
.AnyTagClassName
{
color: #F369DB;
}
</style>
background-color css
<style>
a { background-color: #F369DB; }
a { background-color: rgb(243,105,219); }
div.DivClassName
{
background-color: #F369DB;
}
.BgClassName
{
background-color: #F369DB;
}
</style>
border-color css
<style>
span { border-color: #F369DB; }
span { border-color: rgb(243,105,219); }
td.TdClassName
{
border-color: #F369DB;
}
.TagClassName
{
border-color: #F369DB;
}
</style>