Html Css Color HEX #F25FDB Free Speech Magenta
📋 copy color: '#F25FDB'red 242 ◦ green 95 ◦ blue 219
Shades of Free Speech Magenta #F25FDB
Tints of Free Speech Magenta #F25FDB
RGB
CMYK
RGB Variations
Color information
#F25FDB (or 0xF25FDB) is known color: Free Speech Magenta. HEX triplet: F2, 5F and DB. RGB value is (242,95,219). Sum of RGB (Red+Green+Blue) = 242+95+219=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 95 (37.5% from 255 or 17.09% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 242 - color contains mainly: red. Hex color #F25FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25FDB is #0DA024. Grayscale: #989898. Windows color (decimal): -892965 or 14376946. OLE color: 14376946.
HSL color Cylindrical-coordinate representation of color #F25FDB: hue angle of 309.39º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F25FDB is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 95 | 219 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.05 |
| HSL | 309.39º | 0.85% | 0.66% | - |
| HSV(B) | 309.39º | 0.61% | 0.95% | - |
| XYZ | 53.5 | 32.18 | 70.41 | - |
| YUV | 153.09 | 165.2 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 95 | 219 | 0 | 0.61 | 0.10 | 0.05 | 309.39 | 0.85 | 0.66 |
| Hex | F2 | 5F | DB | 0 | 3D | A | 5 | 135 | 55 | 42 |
| Octal | 362 | 137 | 333 | 0 | 75 | 12 | 5 | 465 | 125 | 102 |
| Binary | 11110010 | 1011111 | 11011011 | 0 | 111101 | 1010 | 101 | 100110101 | 1010101 | 1000010 |
Color Harmonies of #F25FDB
Complementary color
Monochromatic Colors of #F25FDB
Black with #F25FDB
Text Example
Text Example
White with #F25FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25FDB; }
p { color: rgb(242,95,219); }
H1.HeaderClassName
{
color: #F25FDB;
}
.AnyTagClassName
{
color: #F25FDB;
}
</style>
background-color css
<style>
a { background-color: #F25FDB; }
a { background-color: rgb(242,95,219); }
div.DivClassName
{
background-color: #F25FDB;
}
.BgClassName
{
background-color: #F25FDB;
}
</style>
border-color css
<style>
span { border-color: #F25FDB; }
span { border-color: rgb(242,95,219); }
td.TdClassName
{
border-color: #F25FDB;
}
.TagClassName
{
border-color: #F25FDB;
}
</style>