Html Css Color HEX #F248DF Free Speech Magenta
📋 copy color: '#F248DF'red 242 ◦ green 72 ◦ blue 223
Shades of Free Speech Magenta #F248DF
Tints of Free Speech Magenta #F248DF
RGB
CMYK
RGB Variations
Color information
#F248DF (or 0xF248DF) is known color: Free Speech Magenta. HEX triplet: F2, 48 and DF. RGB value is (242,72,223). Sum of RGB (Red+Green+Blue) = 242+72+223=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 72 (28.52% from 255 or 13.41% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F248DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F248DF is #0DB720. Grayscale: #8B8B8B. Windows color (decimal): -898849 or 14633202. OLE color: 14633202.
HSL color Cylindrical-coordinate representation of color #F248DF: hue angle of 306.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 #F248DF is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 72 | 223 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.05 |
| HSL | 306.71º | 0.87% | 0.62% | - |
| HSV(B) | 306.71º | 0.7% | 0.95% | - |
| XYZ | 52.25 | 28.84 | 72.62 | - |
| YUV | 140.04 | 174.82 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 72 | 223 | 0 | 0.70 | 0.08 | 0.05 | 306.71 | 0.87 | 0.62 |
| Hex | F2 | 48 | DF | 0 | 46 | 8 | 5 | 133 | 57 | 3E |
| Octal | 362 | 110 | 337 | 0 | 106 | 10 | 5 | 463 | 127 | 76 |
| Binary | 11110010 | 1001000 | 11011111 | 0 | 1000110 | 1000 | 101 | 100110011 | 1010111 | 111110 |
Color Harmonies of #F248DF
Complementary color
Monochromatic Colors of #F248DF
Black with #F248DF
Text Example
Text Example
White with #F248DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F248DF; }
p { color: rgb(242,72,223); }
H1.HeaderClassName
{
color: #F248DF;
}
.AnyTagClassName
{
color: #F248DF;
}
</style>
background-color css
<style>
a { background-color: #F248DF; }
a { background-color: rgb(242,72,223); }
div.DivClassName
{
background-color: #F248DF;
}
.BgClassName
{
background-color: #F248DF;
}
</style>
border-color css
<style>
span { border-color: #F248DF; }
span { border-color: rgb(242,72,223); }
td.TdClassName
{
border-color: #F248DF;
}
.TagClassName
{
border-color: #F248DF;
}
</style>