Html Css Color HEX #F241F0 Free Speech Magenta
📋 copy color: '#F241F0'red 242 ◦ green 65 ◦ blue 240
Shades of Free Speech Magenta #F241F0
Tints of Free Speech Magenta #F241F0
RGB
CMYK
RGB Variations
Color information
#F241F0 (or 0xF241F0) is known color: Free Speech Magenta. HEX triplet: F2, 41 and F0. RGB value is (242,65,240). Sum of RGB (Red+Green+Blue) = 242+65+240=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 65 (25.78% from 255 or 11.88% from 547); Blue value is 240 (94.14% from 255 or 43.88% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F241F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F241F0 is #0DBE0F. Grayscale: #898989. Windows color (decimal): -900624 or 15745522. OLE color: 15745522.
HSL color Cylindrical-coordinate representation of color #F241F0: hue angle of 300.68º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F241F0 is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 65 | 240 | - |
| CMYK | 0 | 0.73 | 0.01 | 0.05 |
| HSL | 300.68º | 0.87% | 0.6% | - |
| HSV(B) | 300.68º | 0.73% | 0.95% | - |
| XYZ | 54.24 | 28.95 | 85.17 | - |
| YUV | 137.87 | 185.64 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 65 | 240 | 0 | 0.73 | 0.01 | 0.05 | 300.68 | 0.87 | 0.6 |
| Hex | F2 | 41 | F0 | 0 | 49 | 1 | 5 | 12D | 57 | 3C |
| Octal | 362 | 101 | 360 | 0 | 111 | 1 | 5 | 455 | 127 | 74 |
| Binary | 11110010 | 1000001 | 11110000 | 0 | 1001001 | 1 | 101 | 100101101 | 1010111 | 111100 |
Color Harmonies of #F241F0
Complementary color
Monochromatic Colors of #F241F0
Black with #F241F0
Text Example
Text Example
White with #F241F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F241F0; }
p { color: rgb(242,65,240); }
H1.HeaderClassName
{
color: #F241F0;
}
.AnyTagClassName
{
color: #F241F0;
}
</style>
background-color css
<style>
a { background-color: #F241F0; }
a { background-color: rgb(242,65,240); }
div.DivClassName
{
background-color: #F241F0;
}
.BgClassName
{
background-color: #F241F0;
}
</style>
border-color css
<style>
span { border-color: #F241F0; }
span { border-color: rgb(242,65,240); }
td.TdClassName
{
border-color: #F241F0;
}
.TagClassName
{
border-color: #F241F0;
}
</style>