Html Css Color HEX #F261DB Free Speech Magenta
📋 copy color: '#F261DB'red 242 ◦ green 97 ◦ blue 219
Shades of Free Speech Magenta #F261DB
Tints of Free Speech Magenta #F261DB
RGB
CMYK
RGB Variations
Color information
#F261DB (or 0xF261DB) is known color: Free Speech Magenta. HEX triplet: F2, 61 and DB. RGB value is (242,97,219). Sum of RGB (Red+Green+Blue) = 242+97+219=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 97 (38.28% from 255 or 17.38% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F261DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F261DB is #0D9E24. Grayscale: #999999. Windows color (decimal): -892453 or 14377458. OLE color: 14377458.
HSL color Cylindrical-coordinate representation of color #F261DB: hue angle of 309.52º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F261DB is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 97 | 219 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.05 |
| HSL | 309.52º | 0.85% | 0.66% | - |
| HSV(B) | 309.52º | 0.6% | 0.95% | - |
| XYZ | 53.68 | 32.54 | 70.47 | - |
| YUV | 154.26 | 164.54 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 97 | 219 | 0 | 0.60 | 0.10 | 0.05 | 309.52 | 0.85 | 0.66 |
| Hex | F2 | 61 | DB | 0 | 3C | A | 5 | 136 | 55 | 42 |
| Octal | 362 | 141 | 333 | 0 | 74 | 12 | 5 | 466 | 125 | 102 |
| Binary | 11110010 | 1100001 | 11011011 | 0 | 111100 | 1010 | 101 | 100110110 | 1010101 | 1000010 |
Color Harmonies of #F261DB
Complementary color
Monochromatic Colors of #F261DB
Black with #F261DB
Text Example
Text Example
White with #F261DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F261DB; }
p { color: rgb(242,97,219); }
H1.HeaderClassName
{
color: #F261DB;
}
.AnyTagClassName
{
color: #F261DB;
}
</style>
background-color css
<style>
a { background-color: #F261DB; }
a { background-color: rgb(242,97,219); }
div.DivClassName
{
background-color: #F261DB;
}
.BgClassName
{
background-color: #F261DB;
}
</style>
border-color css
<style>
span { border-color: #F261DB; }
span { border-color: rgb(242,97,219); }
td.TdClassName
{
border-color: #F261DB;
}
.TagClassName
{
border-color: #F261DB;
}
</style>