Html Css Color HEX #F25ADD Free Speech Magenta
📋 copy color: '#F25ADD'red 242 ◦ green 90 ◦ blue 221
Shades of Free Speech Magenta #F25ADD
Tints of Free Speech Magenta #F25ADD
RGB
CMYK
RGB Variations
Color information
#F25ADD (or 0xF25ADD) is known color: Free Speech Magenta. HEX triplet: F2, 5A and DD. RGB value is (242,90,221). Sum of RGB (Red+Green+Blue) = 242+90+221=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 90 (35.55% from 255 or 16.27% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F25ADD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25ADD is #0DA522. Grayscale: #969696. Windows color (decimal): -894243 or 14506738. OLE color: 14506738.
HSL color Cylindrical-coordinate representation of color #F25ADD: hue angle of 308.29º 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 #F25ADD is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 90 | 221 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.05 |
| HSL | 308.29º | 0.85% | 0.65% | - |
| HSV(B) | 308.29º | 0.63% | 0.95% | - |
| XYZ | 53.33 | 31.41 | 71.66 | - |
| YUV | 150.38 | 167.86 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 90 | 221 | 0 | 0.63 | 0.09 | 0.05 | 308.29 | 0.85 | 0.65 |
| Hex | F2 | 5A | DD | 0 | 3F | 9 | 5 | 134 | 55 | 41 |
| Octal | 362 | 132 | 335 | 0 | 77 | 11 | 5 | 464 | 125 | 101 |
| Binary | 11110010 | 1011010 | 11011101 | 0 | 111111 | 1001 | 101 | 100110100 | 1010101 | 1000001 |
Color Harmonies of #F25ADD
Complementary color
Monochromatic Colors of #F25ADD
Black with #F25ADD
Text Example
Text Example
White with #F25ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25ADD; }
p { color: rgb(242,90,221); }
H1.HeaderClassName
{
color: #F25ADD;
}
.AnyTagClassName
{
color: #F25ADD;
}
</style>
background-color css
<style>
a { background-color: #F25ADD; }
a { background-color: rgb(242,90,221); }
div.DivClassName
{
background-color: #F25ADD;
}
.BgClassName
{
background-color: #F25ADD;
}
</style>
border-color css
<style>
span { border-color: #F25ADD; }
span { border-color: rgb(242,90,221); }
td.TdClassName
{
border-color: #F25ADD;
}
.TagClassName
{
border-color: #F25ADD;
}
</style>