Html Css Color HEX #F249DB Free Speech Magenta
📋 copy color: '#F249DB'red 242 ◦ green 73 ◦ blue 219
Shades of Free Speech Magenta #F249DB
Tints of Free Speech Magenta #F249DB
RGB
CMYK
RGB Variations
Color information
#F249DB (or 0xF249DB) is known color: Free Speech Magenta. HEX triplet: F2, 49 and DB. RGB value is (242,73,219). Sum of RGB (Red+Green+Blue) = 242+73+219=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 73 (28.91% from 255 or 13.67% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F249DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F249DB is #0DB624. Grayscale: #8B8B8B. Windows color (decimal): -898597 or 14371314. OLE color: 14371314.
HSL color Cylindrical-coordinate representation of color #F249DB: hue angle of 308.17º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F249DB is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 73 | 219 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.05 |
| HSL | 308.17º | 0.87% | 0.62% | - |
| HSV(B) | 308.17º | 0.7% | 0.95% | - |
| XYZ | 51.79 | 28.76 | 69.84 | - |
| YUV | 140.18 | 172.49 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 73 | 219 | 0 | 0.70 | 0.10 | 0.05 | 308.17 | 0.87 | 0.62 |
| Hex | F2 | 49 | DB | 0 | 46 | A | 5 | 134 | 57 | 3E |
| Octal | 362 | 111 | 333 | 0 | 106 | 12 | 5 | 464 | 127 | 76 |
| Binary | 11110010 | 1001001 | 11011011 | 0 | 1000110 | 1010 | 101 | 100110100 | 1010111 | 111110 |
Color Harmonies of #F249DB
Complementary color
Monochromatic Colors of #F249DB
Black with #F249DB
Text Example
Text Example
White with #F249DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F249DB; }
p { color: rgb(242,73,219); }
H1.HeaderClassName
{
color: #F249DB;
}
.AnyTagClassName
{
color: #F249DB;
}
</style>
background-color css
<style>
a { background-color: #F249DB; }
a { background-color: rgb(242,73,219); }
div.DivClassName
{
background-color: #F249DB;
}
.BgClassName
{
background-color: #F249DB;
}
</style>
border-color css
<style>
span { border-color: #F249DB; }
span { border-color: rgb(242,73,219); }
td.TdClassName
{
border-color: #F249DB;
}
.TagClassName
{
border-color: #F249DB;
}
</style>