Html Css Color HEX #F25ADB Free Speech Magenta
📋 copy color: '#F25ADB'red 242 ◦ green 90 ◦ blue 219
Shades of Free Speech Magenta #F25ADB
Tints of Free Speech Magenta #F25ADB
RGB
CMYK
RGB Variations
Color information
#F25ADB (or 0xF25ADB) is known color: Free Speech Magenta. HEX triplet: F2, 5A and DB. RGB value is (242,90,219). Sum of RGB (Red+Green+Blue) = 242+90+219=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 90 (35.55% from 255 or 16.33% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F25ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25ADB is #0DA524. Grayscale: #959595. Windows color (decimal): -894245 or 14375666. OLE color: 14375666.
HSL color Cylindrical-coordinate representation of color #F25ADB: hue angle of 309.08º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F25ADB is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 90 | 219 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.05 |
| HSL | 309.08º | 0.85% | 0.65% | - |
| HSV(B) | 309.08º | 0.63% | 0.95% | - |
| XYZ | 53.06 | 31.3 | 70.26 | - |
| YUV | 150.15 | 166.86 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 90 | 219 | 0 | 0.63 | 0.10 | 0.05 | 309.08 | 0.85 | 0.65 |
| Hex | F2 | 5A | DB | 0 | 3F | A | 5 | 135 | 55 | 41 |
| Octal | 362 | 132 | 333 | 0 | 77 | 12 | 5 | 465 | 125 | 101 |
| Binary | 11110010 | 1011010 | 11011011 | 0 | 111111 | 1010 | 101 | 100110101 | 1010101 | 1000001 |
Color Harmonies of #F25ADB
Complementary color
Monochromatic Colors of #F25ADB
Black with #F25ADB
Text Example
Text Example
White with #F25ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25ADB; }
p { color: rgb(242,90,219); }
H1.HeaderClassName
{
color: #F25ADB;
}
.AnyTagClassName
{
color: #F25ADB;
}
</style>
background-color css
<style>
a { background-color: #F25ADB; }
a { background-color: rgb(242,90,219); }
div.DivClassName
{
background-color: #F25ADB;
}
.BgClassName
{
background-color: #F25ADB;
}
</style>
border-color css
<style>
span { border-color: #F25ADB; }
span { border-color: rgb(242,90,219); }
td.TdClassName
{
border-color: #F25ADB;
}
.TagClassName
{
border-color: #F25ADB;
}
</style>