Html Css Color HEX #F245E5 Free Speech Magenta
📋 copy color: '#F245E5'red 242 ◦ green 69 ◦ blue 229
Shades of Free Speech Magenta #F245E5
Tints of Free Speech Magenta #F245E5
RGB
CMYK
RGB Variations
Color information
#F245E5 (or 0xF245E5) is known color: Free Speech Magenta. HEX triplet: F2, 45 and E5. RGB value is (242,69,229). Sum of RGB (Red+Green+Blue) = 242+69+229=540 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.81% from 540); Green value is 69 (27.34% from 255 or 12.78% from 540); Blue value is 229 (89.84% from 255 or 42.41% from 540); Max value from RGB is 242 - color contains mainly: red. Hex color #F245E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F245E5 is #0DBA1A. Grayscale: #8A8A8A. Windows color (decimal): -899611 or 15025650. OLE color: 15025650.
HSL color Cylindrical-coordinate representation of color #F245E5: hue angle of 304.51º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F245E5 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 69 | 229 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.05 |
| HSL | 304.51º | 0.87% | 0.61% | - |
| HSV(B) | 304.51º | 0.71% | 0.95% | - |
| XYZ | 52.89 | 28.79 | 76.9 | - |
| YUV | 138.97 | 178.81 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 69 | 229 | 0 | 0.71 | 0.05 | 0.05 | 304.51 | 0.87 | 0.61 |
| Hex | F2 | 45 | E5 | 0 | 47 | 5 | 5 | 131 | 57 | 3D |
| Octal | 362 | 105 | 345 | 0 | 107 | 5 | 5 | 461 | 127 | 75 |
| Binary | 11110010 | 1000101 | 11100101 | 0 | 1000111 | 101 | 101 | 100110001 | 1010111 | 111101 |
Color Harmonies of #F245E5
Complementary color
Monochromatic Colors of #F245E5
Black with #F245E5
Text Example
Text Example
White with #F245E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F245E5; }
p { color: rgb(242,69,229); }
H1.HeaderClassName
{
color: #F245E5;
}
.AnyTagClassName
{
color: #F245E5;
}
</style>
background-color css
<style>
a { background-color: #F245E5; }
a { background-color: rgb(242,69,229); }
div.DivClassName
{
background-color: #F245E5;
}
.BgClassName
{
background-color: #F245E5;
}
</style>
border-color css
<style>
span { border-color: #F245E5; }
span { border-color: rgb(242,69,229); }
td.TdClassName
{
border-color: #F245E5;
}
.TagClassName
{
border-color: #F245E5;
}
</style>