Html Css Color HEX #F248F0 Free Speech Magenta
📋 copy color: '#F248F0'red 242 ◦ green 72 ◦ blue 240
Shades of Free Speech Magenta #F248F0
Tints of Free Speech Magenta #F248F0
RGB
CMYK
RGB Variations
Color information
#F248F0 (or 0xF248F0) is known color: Free Speech Magenta. HEX triplet: F2, 48 and F0. RGB value is (242,72,240). Sum of RGB (Red+Green+Blue) = 242+72+240=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 72 (28.52% from 255 or 13.00% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F248F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F248F0 is #0DB70F. Grayscale: #8D8D8D. Windows color (decimal): -898832 or 15747314. OLE color: 15747314.
HSL color Cylindrical-coordinate representation of color #F248F0: hue angle of 300.71º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F248F0 is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 72 | 240 | - |
| CMYK | 0 | 0.70 | 0.01 | 0.05 |
| HSL | 300.71º | 0.87% | 0.62% | - |
| HSV(B) | 300.71º | 0.7% | 0.95% | - |
| XYZ | 54.66 | 29.8 | 85.31 | - |
| YUV | 141.98 | 183.32 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 72 | 240 | 0 | 0.70 | 0.01 | 0.05 | 300.71 | 0.87 | 0.62 |
| Hex | F2 | 48 | F0 | 0 | 46 | 1 | 5 | 12D | 57 | 3E |
| Octal | 362 | 110 | 360 | 0 | 106 | 1 | 5 | 455 | 127 | 76 |
| Binary | 11110010 | 1001000 | 11110000 | 0 | 1000110 | 1 | 101 | 100101101 | 1010111 | 111110 |
Color Harmonies of #F248F0
Complementary color
Monochromatic Colors of #F248F0
Black with #F248F0
Text Example
Text Example
White with #F248F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F248F0; }
p { color: rgb(242,72,240); }
H1.HeaderClassName
{
color: #F248F0;
}
.AnyTagClassName
{
color: #F248F0;
}
</style>
background-color css
<style>
a { background-color: #F248F0; }
a { background-color: rgb(242,72,240); }
div.DivClassName
{
background-color: #F248F0;
}
.BgClassName
{
background-color: #F248F0;
}
</style>
border-color css
<style>
span { border-color: #F248F0; }
span { border-color: rgb(242,72,240); }
td.TdClassName
{
border-color: #F248F0;
}
.TagClassName
{
border-color: #F248F0;
}
</style>