Html Css Color HEX #F265DB Free Speech Magenta
📋 copy color: '#F265DB'red 242 ◦ green 101 ◦ blue 219
Shades of Free Speech Magenta #F265DB
Tints of Free Speech Magenta #F265DB
RGB
CMYK
RGB Variations
Color information
#F265DB (or 0xF265DB) is known color: Free Speech Magenta. HEX triplet: F2, 65 and DB. RGB value is (242,101,219). Sum of RGB (Red+Green+Blue) = 242+101+219=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 101 (39.84% from 255 or 17.97% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F265DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F265DB is #0D9A24. Grayscale: #9C9C9C. Windows color (decimal): -891429 or 14378482. OLE color: 14378482.
HSL color Cylindrical-coordinate representation of color #F265DB: hue angle of 309.79º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F265DB is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 219 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.05 |
| HSL | 309.79º | 0.84% | 0.67% | - |
| HSV(B) | 309.79º | 0.58% | 0.95% | - |
| XYZ | 54.06 | 33.3 | 70.6 | - |
| YUV | 156.61 | 163.21 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 219 | 0 | 0.58 | 0.10 | 0.05 | 309.79 | 0.84 | 0.67 |
| Hex | F2 | 65 | DB | 0 | 3A | A | 5 | 136 | 54 | 43 |
| Octal | 362 | 145 | 333 | 0 | 72 | 12 | 5 | 466 | 124 | 103 |
| Binary | 11110010 | 1100101 | 11011011 | 0 | 111010 | 1010 | 101 | 100110110 | 1010100 | 1000011 |
Color Harmonies of #F265DB
Complementary color
Monochromatic Colors of #F265DB
Black with #F265DB
Text Example
Text Example
White with #F265DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F265DB; }
p { color: rgb(242,101,219); }
H1.HeaderClassName
{
color: #F265DB;
}
.AnyTagClassName
{
color: #F265DB;
}
</style>
background-color css
<style>
a { background-color: #F265DB; }
a { background-color: rgb(242,101,219); }
div.DivClassName
{
background-color: #F265DB;
}
.BgClassName
{
background-color: #F265DB;
}
</style>
border-color css
<style>
span { border-color: #F265DB; }
span { border-color: rgb(242,101,219); }
td.TdClassName
{
border-color: #F265DB;
}
.TagClassName
{
border-color: #F265DB;
}
</style>