Html Css Color HEX #F25DDB Free Speech Magenta
📋 copy color: '#F25DDB'red 242 ◦ green 93 ◦ blue 219
Shades of Free Speech Magenta #F25DDB
Tints of Free Speech Magenta #F25DDB
RGB
CMYK
RGB Variations
Color information
#F25DDB (or 0xF25DDB) is known color: Free Speech Magenta. HEX triplet: F2, 5D and DB. RGB value is (242,93,219). Sum of RGB (Red+Green+Blue) = 242+93+219=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 93 (36.72% from 255 or 16.79% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F25DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25DDB is #0DA224. Grayscale: #979797. Windows color (decimal): -893477 or 14376434. OLE color: 14376434.
HSL color Cylindrical-coordinate representation of color #F25DDB: hue angle of 309.26º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F25DDB is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 93 | 219 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.05 |
| HSL | 309.26º | 0.85% | 0.66% | - |
| HSV(B) | 309.26º | 0.62% | 0.95% | - |
| XYZ | 53.32 | 31.82 | 70.35 | - |
| YUV | 151.92 | 165.86 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 93 | 219 | 0 | 0.62 | 0.10 | 0.05 | 309.26 | 0.85 | 0.66 |
| Hex | F2 | 5D | DB | 0 | 3E | A | 5 | 135 | 55 | 42 |
| Octal | 362 | 135 | 333 | 0 | 76 | 12 | 5 | 465 | 125 | 102 |
| Binary | 11110010 | 1011101 | 11011011 | 0 | 111110 | 1010 | 101 | 100110101 | 1010101 | 1000010 |
Color Harmonies of #F25DDB
Complementary color
Monochromatic Colors of #F25DDB
Black with #F25DDB
Text Example
Text Example
White with #F25DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25DDB; }
p { color: rgb(242,93,219); }
H1.HeaderClassName
{
color: #F25DDB;
}
.AnyTagClassName
{
color: #F25DDB;
}
</style>
background-color css
<style>
a { background-color: #F25DDB; }
a { background-color: rgb(242,93,219); }
div.DivClassName
{
background-color: #F25DDB;
}
.BgClassName
{
background-color: #F25DDB;
}
</style>
border-color css
<style>
span { border-color: #F25DDB; }
span { border-color: rgb(242,93,219); }
td.TdClassName
{
border-color: #F25DDB;
}
.TagClassName
{
border-color: #F25DDB;
}
</style>