Html Css Color HEX #F25FE5 Free Speech Magenta
📋 copy color: '#F25FE5'red 242 ◦ green 95 ◦ blue 229
Shades of Free Speech Magenta #F25FE5
Tints of Free Speech Magenta #F25FE5
RGB
CMYK
RGB Variations
Color information
#F25FE5 (or 0xF25FE5) is known color: Free Speech Magenta. HEX triplet: F2, 5F and E5. RGB value is (242,95,229). Sum of RGB (Red+Green+Blue) = 242+95+229=566 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.76% from 566); Green value is 95 (37.5% from 255 or 16.78% from 566); Blue value is 229 (89.84% from 255 or 40.46% from 566); Max value from RGB is 242 - color contains mainly: red. Hex color #F25FE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25FE5 is #0DA01A. Grayscale: #999999. Windows color (decimal): -892955 or 15032306. OLE color: 15032306.
HSL color Cylindrical-coordinate representation of color #F25FE5: hue angle of 305.31º 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 #F25FE5 is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 95 | 229 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.05 |
| HSL | 305.31º | 0.85% | 0.66% | - |
| HSV(B) | 305.31º | 0.61% | 0.95% | - |
| XYZ | 54.85 | 32.72 | 77.55 | - |
| YUV | 154.23 | 170.2 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 95 | 229 | 0 | 0.61 | 0.05 | 0.05 | 305.31 | 0.85 | 0.66 |
| Hex | F2 | 5F | E5 | 0 | 3D | 5 | 5 | 131 | 55 | 42 |
| Octal | 362 | 137 | 345 | 0 | 75 | 5 | 5 | 461 | 125 | 102 |
| Binary | 11110010 | 1011111 | 11100101 | 0 | 111101 | 101 | 101 | 100110001 | 1010101 | 1000010 |
Color Harmonies of #F25FE5
Complementary color
Monochromatic Colors of #F25FE5
Black with #F25FE5
Text Example
Text Example
White with #F25FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25FE5; }
p { color: rgb(242,95,229); }
H1.HeaderClassName
{
color: #F25FE5;
}
.AnyTagClassName
{
color: #F25FE5;
}
</style>
background-color css
<style>
a { background-color: #F25FE5; }
a { background-color: rgb(242,95,229); }
div.DivClassName
{
background-color: #F25FE5;
}
.BgClassName
{
background-color: #F25FE5;
}
</style>
border-color css
<style>
span { border-color: #F25FE5; }
span { border-color: rgb(242,95,229); }
td.TdClassName
{
border-color: #F25FE5;
}
.TagClassName
{
border-color: #F25FE5;
}
</style>