Html Css Color HEX #F249D2 Free Speech Magenta
📋 copy color: '#F249D2'red 242 ◦ green 73 ◦ blue 210
Shades of Free Speech Magenta #F249D2
Tints of Free Speech Magenta #F249D2
RGB
CMYK
RGB Variations
Color information
#F249D2 (or 0xF249D2) is known color: Free Speech Magenta. HEX triplet: F2, 49 and D2. RGB value is (242,73,210). Sum of RGB (Red+Green+Blue) = 242+73+210=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 73 (28.91% from 255 or 13.90% from 525); Blue value is 210 (82.42% from 255 or 40% from 525); Max value from RGB is 242 - color contains mainly: red. Hex color #F249D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F249D2 is #0DB62D. Grayscale: #8A8A8A. Windows color (decimal): -898606 or 13781490. OLE color: 13781490.
HSL color Cylindrical-coordinate representation of color #F249D2: hue angle of 311.36º 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 #F249D2 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 73 | 210 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.05 |
| HSL | 311.36º | 0.87% | 0.62% | - |
| HSV(B) | 311.36º | 0.7% | 0.95% | - |
| XYZ | 50.63 | 28.3 | 63.77 | - |
| YUV | 139.15 | 167.99 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 73 | 210 | 0 | 0.70 | 0.13 | 0.05 | 311.36 | 0.87 | 0.62 |
| Hex | F2 | 49 | D2 | 0 | 46 | D | 5 | 137 | 57 | 3E |
| Octal | 362 | 111 | 322 | 0 | 106 | 15 | 5 | 467 | 127 | 76 |
| Binary | 11110010 | 1001001 | 11010010 | 0 | 1000110 | 1101 | 101 | 100110111 | 1010111 | 111110 |
Color Harmonies of #F249D2
Complementary color
Monochromatic Colors of #F249D2
Black with #F249D2
Text Example
Text Example
White with #F249D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F249D2; }
p { color: rgb(242,73,210); }
H1.HeaderClassName
{
color: #F249D2;
}
.AnyTagClassName
{
color: #F249D2;
}
</style>
background-color css
<style>
a { background-color: #F249D2; }
a { background-color: rgb(242,73,210); }
div.DivClassName
{
background-color: #F249D2;
}
.BgClassName
{
background-color: #F249D2;
}
</style>
border-color css
<style>
span { border-color: #F249D2; }
span { border-color: rgb(242,73,210); }
td.TdClassName
{
border-color: #F249D2;
}
.TagClassName
{
border-color: #F249D2;
}
</style>