Html Css Color HEX #F250DC Free Speech Magenta
📋 copy color: '#F250DC'red 242 ◦ green 80 ◦ blue 220
Shades of Free Speech Magenta #F250DC
Tints of Free Speech Magenta #F250DC
RGB
CMYK
RGB Variations
Color information
#F250DC (or 0xF250DC) is known color: Free Speech Magenta. HEX triplet: F2, 50 and DC. RGB value is (242,80,220). Sum of RGB (Red+Green+Blue) = 242+80+220=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 80 (31.64% from 255 or 14.76% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 242 - color contains mainly: red. Hex color #F250DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F250DC is #0DAF23. Grayscale: #8F8F8F. Windows color (decimal): -896804 or 14438642. OLE color: 14438642.
HSL color Cylindrical-coordinate representation of color #F250DC: hue angle of 308.15º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F250DC is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 80 | 220 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.05 |
| HSL | 308.15º | 0.86% | 0.63% | - |
| HSV(B) | 308.15º | 0.67% | 0.95% | - |
| XYZ | 52.4 | 29.78 | 70.7 | - |
| YUV | 144.4 | 170.67 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 80 | 220 | 0 | 0.67 | 0.09 | 0.05 | 308.15 | 0.86 | 0.63 |
| Hex | F2 | 50 | DC | 0 | 43 | 9 | 5 | 134 | 56 | 3F |
| Octal | 362 | 120 | 334 | 0 | 103 | 11 | 5 | 464 | 126 | 77 |
| Binary | 11110010 | 1010000 | 11011100 | 0 | 1000011 | 1001 | 101 | 100110100 | 1010110 | 111111 |
Color Harmonies of #F250DC
Complementary color
Monochromatic Colors of #F250DC
Black with #F250DC
Text Example
Text Example
White with #F250DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F250DC; }
p { color: rgb(242,80,220); }
H1.HeaderClassName
{
color: #F250DC;
}
.AnyTagClassName
{
color: #F250DC;
}
</style>
background-color css
<style>
a { background-color: #F250DC; }
a { background-color: rgb(242,80,220); }
div.DivClassName
{
background-color: #F250DC;
}
.BgClassName
{
background-color: #F250DC;
}
</style>
border-color css
<style>
span { border-color: #F250DC; }
span { border-color: rgb(242,80,220); }
td.TdClassName
{
border-color: #F250DC;
}
.TagClassName
{
border-color: #F250DC;
}
</style>