Html Css Color HEX #F25BDD Free Speech Magenta
📋 copy color: '#F25BDD'red 242 ◦ green 91 ◦ blue 221
Shades of Free Speech Magenta #F25BDD
Tints of Free Speech Magenta #F25BDD
RGB
CMYK
RGB Variations
Color information
#F25BDD (or 0xF25BDD) is known color: Free Speech Magenta. HEX triplet: F2, 5B and DD. RGB value is (242,91,221). Sum of RGB (Red+Green+Blue) = 242+91+221=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 91 (35.94% from 255 or 16.43% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F25BDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25BDD is #0DA422. Grayscale: #969696. Windows color (decimal): -893987 or 14506994. OLE color: 14506994.
HSL color Cylindrical-coordinate representation of color #F25BDD: hue angle of 308.34º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F25BDD is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 91 | 221 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.05 |
| HSL | 308.34º | 0.85% | 0.65% | - |
| HSV(B) | 308.34º | 0.62% | 0.95% | - |
| XYZ | 53.41 | 31.58 | 71.69 | - |
| YUV | 150.97 | 167.53 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 91 | 221 | 0 | 0.62 | 0.09 | 0.05 | 308.34 | 0.85 | 0.65 |
| Hex | F2 | 5B | DD | 0 | 3E | 9 | 5 | 134 | 55 | 41 |
| Octal | 362 | 133 | 335 | 0 | 76 | 11 | 5 | 464 | 125 | 101 |
| Binary | 11110010 | 1011011 | 11011101 | 0 | 111110 | 1001 | 101 | 100110100 | 1010101 | 1000001 |
Color Harmonies of #F25BDD
Complementary color
Monochromatic Colors of #F25BDD
Black with #F25BDD
Text Example
Text Example
White with #F25BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25BDD; }
p { color: rgb(242,91,221); }
H1.HeaderClassName
{
color: #F25BDD;
}
.AnyTagClassName
{
color: #F25BDD;
}
</style>
background-color css
<style>
a { background-color: #F25BDD; }
a { background-color: rgb(242,91,221); }
div.DivClassName
{
background-color: #F25BDD;
}
.BgClassName
{
background-color: #F25BDD;
}
</style>
border-color css
<style>
span { border-color: #F25BDD; }
span { border-color: rgb(242,91,221); }
td.TdClassName
{
border-color: #F25BDD;
}
.TagClassName
{
border-color: #F25BDD;
}
</style>