Html Css Color HEX #F262DB Free Speech Magenta
📋 copy color: '#F262DB'red 242 ◦ green 98 ◦ blue 219
Shades of Free Speech Magenta #F262DB
Tints of Free Speech Magenta #F262DB
RGB
CMYK
RGB Variations
Color information
#F262DB (or 0xF262DB) is known color: Free Speech Magenta. HEX triplet: F2, 62 and DB. RGB value is (242,98,219). Sum of RGB (Red+Green+Blue) = 242+98+219=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 98 (38.67% from 255 or 17.53% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 242 - color contains mainly: red. Hex color #F262DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F262DB is #0D9D24. Grayscale: #9A9A9A. Windows color (decimal): -892197 or 14377714. OLE color: 14377714.
HSL color Cylindrical-coordinate representation of color #F262DB: hue angle of 309.58º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F262DB is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 98 | 219 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.05 |
| HSL | 309.58º | 0.85% | 0.67% | - |
| HSV(B) | 309.58º | 0.6% | 0.95% | - |
| XYZ | 53.77 | 32.73 | 70.5 | - |
| YUV | 154.85 | 164.21 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 98 | 219 | 0 | 0.60 | 0.10 | 0.05 | 309.58 | 0.85 | 0.67 |
| Hex | F2 | 62 | DB | 0 | 3C | A | 5 | 136 | 55 | 43 |
| Octal | 362 | 142 | 333 | 0 | 74 | 12 | 5 | 466 | 125 | 103 |
| Binary | 11110010 | 1100010 | 11011011 | 0 | 111100 | 1010 | 101 | 100110110 | 1010101 | 1000011 |
Color Harmonies of #F262DB
Complementary color
Monochromatic Colors of #F262DB
Black with #F262DB
Text Example
Text Example
White with #F262DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F262DB; }
p { color: rgb(242,98,219); }
H1.HeaderClassName
{
color: #F262DB;
}
.AnyTagClassName
{
color: #F262DB;
}
</style>
background-color css
<style>
a { background-color: #F262DB; }
a { background-color: rgb(242,98,219); }
div.DivClassName
{
background-color: #F262DB;
}
.BgClassName
{
background-color: #F262DB;
}
</style>
border-color css
<style>
span { border-color: #F262DB; }
span { border-color: rgb(242,98,219); }
td.TdClassName
{
border-color: #F262DB;
}
.TagClassName
{
border-color: #F262DB;
}
</style>