Html Css Color HEX #F250DF Free Speech Magenta
📋 copy color: '#F250DF'red 242 ◦ green 80 ◦ blue 223
Shades of Free Speech Magenta #F250DF
Tints of Free Speech Magenta #F250DF
RGB
CMYK
RGB Variations
Color information
#F250DF (or 0xF250DF) is known color: Free Speech Magenta. HEX triplet: F2, 50 and DF. RGB value is (242,80,223). Sum of RGB (Red+Green+Blue) = 242+80+223=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 80 (31.64% from 255 or 14.68% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F250DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F250DF is #0DAF20. Grayscale: #909090. Windows color (decimal): -896801 or 14635250. OLE color: 14635250.
HSL color Cylindrical-coordinate representation of color #F250DF: hue angle of 307.04º 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 #F250DF is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 80 | 223 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.05 |
| HSL | 307.04º | 0.86% | 0.63% | - |
| HSV(B) | 307.04º | 0.67% | 0.95% | - |
| XYZ | 52.81 | 29.94 | 72.81 | - |
| YUV | 144.74 | 172.17 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 80 | 223 | 0 | 0.67 | 0.08 | 0.05 | 307.04 | 0.86 | 0.63 |
| Hex | F2 | 50 | DF | 0 | 43 | 8 | 5 | 133 | 56 | 3F |
| Octal | 362 | 120 | 337 | 0 | 103 | 10 | 5 | 463 | 126 | 77 |
| Binary | 11110010 | 1010000 | 11011111 | 0 | 1000011 | 1000 | 101 | 100110011 | 1010110 | 111111 |
Color Harmonies of #F250DF
Complementary color
Monochromatic Colors of #F250DF
Black with #F250DF
Text Example
Text Example
White with #F250DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F250DF; }
p { color: rgb(242,80,223); }
H1.HeaderClassName
{
color: #F250DF;
}
.AnyTagClassName
{
color: #F250DF;
}
</style>
background-color css
<style>
a { background-color: #F250DF; }
a { background-color: rgb(242,80,223); }
div.DivClassName
{
background-color: #F250DF;
}
.BgClassName
{
background-color: #F250DF;
}
</style>
border-color css
<style>
span { border-color: #F250DF; }
span { border-color: rgb(242,80,223); }
td.TdClassName
{
border-color: #F250DF;
}
.TagClassName
{
border-color: #F250DF;
}
</style>