Html Css Color HEX #F249DD Free Speech Magenta
📋 copy color: '#F249DD'red 242 ◦ green 73 ◦ blue 221
Shades of Free Speech Magenta #F249DD
Tints of Free Speech Magenta #F249DD
RGB
CMYK
RGB Variations
Color information
#F249DD (or 0xF249DD) is known color: Free Speech Magenta. HEX triplet: F2, 49 and DD. RGB value is (242,73,221). Sum of RGB (Red+Green+Blue) = 242+73+221=536 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.15% from 536); Green value is 73 (28.91% from 255 or 13.62% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 242 - color contains mainly: red. Hex color #F249DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F249DD is #0DB622. Grayscale: #8B8B8B. Windows color (decimal): -898595 or 14502386. OLE color: 14502386.
HSL color Cylindrical-coordinate representation of color #F249DD: hue angle of 307.46º 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 #F249DD is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 73 | 221 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.05 |
| HSL | 307.46º | 0.87% | 0.62% | - |
| HSV(B) | 307.46º | 0.7% | 0.95% | - |
| XYZ | 52.05 | 28.86 | 71.23 | - |
| YUV | 140.4 | 173.49 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 73 | 221 | 0 | 0.70 | 0.09 | 0.05 | 307.46 | 0.87 | 0.62 |
| Hex | F2 | 49 | DD | 0 | 46 | 9 | 5 | 133 | 57 | 3E |
| Octal | 362 | 111 | 335 | 0 | 106 | 11 | 5 | 463 | 127 | 76 |
| Binary | 11110010 | 1001001 | 11011101 | 0 | 1000110 | 1001 | 101 | 100110011 | 1010111 | 111110 |
Color Harmonies of #F249DD
Complementary color
Monochromatic Colors of #F249DD
Black with #F249DD
Text Example
Text Example
White with #F249DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F249DD; }
p { color: rgb(242,73,221); }
H1.HeaderClassName
{
color: #F249DD;
}
.AnyTagClassName
{
color: #F249DD;
}
</style>
background-color css
<style>
a { background-color: #F249DD; }
a { background-color: rgb(242,73,221); }
div.DivClassName
{
background-color: #F249DD;
}
.BgClassName
{
background-color: #F249DD;
}
</style>
border-color css
<style>
span { border-color: #F249DD; }
span { border-color: rgb(242,73,221); }
td.TdClassName
{
border-color: #F249DD;
}
.TagClassName
{
border-color: #F249DD;
}
</style>