Html Css Color HEX #F264DB Free Speech Magenta
📋 copy color: '#F264DB'red 242 ◦ green 100 ◦ blue 219
Shades of Free Speech Magenta #F264DB
Tints of Free Speech Magenta #F264DB
RGB
CMYK
RGB Variations
Color information
#F264DB (or 0xF264DB) is known color: Free Speech Magenta. HEX triplet: F2, 64 and DB. RGB value is (242,100,219). Sum of RGB (Red+Green+Blue) = 242+100+219=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 100 (39.45% from 255 or 17.83% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F264DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F264DB is #0D9B24. Grayscale: #9B9B9B. Windows color (decimal): -891685 or 14378226. OLE color: 14378226.
HSL color Cylindrical-coordinate representation of color #F264DB: hue angle of 309.72º degrees, saturation: 0.85, 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 #F264DB is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 100 | 219 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.05 |
| HSL | 309.72º | 0.85% | 0.67% | - |
| HSV(B) | 309.72º | 0.59% | 0.95% | - |
| XYZ | 53.96 | 33.11 | 70.56 | - |
| YUV | 156.02 | 163.54 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 100 | 219 | 0 | 0.59 | 0.10 | 0.05 | 309.72 | 0.85 | 0.67 |
| Hex | F2 | 64 | DB | 0 | 3B | A | 5 | 136 | 55 | 43 |
| Octal | 362 | 144 | 333 | 0 | 73 | 12 | 5 | 466 | 125 | 103 |
| Binary | 11110010 | 1100100 | 11011011 | 0 | 111011 | 1010 | 101 | 100110110 | 1010101 | 1000011 |
Color Harmonies of #F264DB
Complementary color
Monochromatic Colors of #F264DB
Black with #F264DB
Text Example
Text Example
White with #F264DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F264DB; }
p { color: rgb(242,100,219); }
H1.HeaderClassName
{
color: #F264DB;
}
.AnyTagClassName
{
color: #F264DB;
}
</style>
background-color css
<style>
a { background-color: #F264DB; }
a { background-color: rgb(242,100,219); }
div.DivClassName
{
background-color: #F264DB;
}
.BgClassName
{
background-color: #F264DB;
}
</style>
border-color css
<style>
span { border-color: #F264DB; }
span { border-color: rgb(242,100,219); }
td.TdClassName
{
border-color: #F264DB;
}
.TagClassName
{
border-color: #F264DB;
}
</style>