Html Css Color HEX #F249DF Free Speech Magenta
📋 copy color: '#F249DF'red 242 ◦ green 73 ◦ blue 223
Shades of Free Speech Magenta #F249DF
Tints of Free Speech Magenta #F249DF
RGB
CMYK
RGB Variations
Color information
#F249DF (or 0xF249DF) is known color: Free Speech Magenta. HEX triplet: F2, 49 and DF. RGB value is (242,73,223). Sum of RGB (Red+Green+Blue) = 242+73+223=538 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.98% from 538); Green value is 73 (28.91% from 255 or 13.57% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 242 - color contains mainly: red. Hex color #F249DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F249DF is #0DB620. Grayscale: #8C8C8C. Windows color (decimal): -898593 or 14633458. OLE color: 14633458.
HSL color Cylindrical-coordinate representation of color #F249DF: hue angle of 306.75º 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 #F249DF is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 73 | 223 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.05 |
| HSL | 306.75º | 0.87% | 0.62% | - |
| HSV(B) | 306.75º | 0.7% | 0.95% | - |
| XYZ | 52.32 | 28.97 | 72.65 | - |
| YUV | 140.63 | 174.49 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 73 | 223 | 0 | 0.70 | 0.08 | 0.05 | 306.75 | 0.87 | 0.62 |
| Hex | F2 | 49 | DF | 0 | 46 | 8 | 5 | 133 | 57 | 3E |
| Octal | 362 | 111 | 337 | 0 | 106 | 10 | 5 | 463 | 127 | 76 |
| Binary | 11110010 | 1001001 | 11011111 | 0 | 1000110 | 1000 | 101 | 100110011 | 1010111 | 111110 |
Color Harmonies of #F249DF
Complementary color
Monochromatic Colors of #F249DF
Black with #F249DF
Text Example
Text Example
White with #F249DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F249DF; }
p { color: rgb(242,73,223); }
H1.HeaderClassName
{
color: #F249DF;
}
.AnyTagClassName
{
color: #F249DF;
}
</style>
background-color css
<style>
a { background-color: #F249DF; }
a { background-color: rgb(242,73,223); }
div.DivClassName
{
background-color: #F249DF;
}
.BgClassName
{
background-color: #F249DF;
}
</style>
border-color css
<style>
span { border-color: #F249DF; }
span { border-color: rgb(242,73,223); }
td.TdClassName
{
border-color: #F249DF;
}
.TagClassName
{
border-color: #F249DF;
}
</style>