Html Css Color HEX #F251DF Free Speech Magenta
📋 copy color: '#F251DF'red 242 ◦ green 81 ◦ blue 223
Shades of Free Speech Magenta #F251DF
Tints of Free Speech Magenta #F251DF
RGB
CMYK
RGB Variations
Color information
#F251DF (or 0xF251DF) is known color: Free Speech Magenta. HEX triplet: F2, 51 and DF. RGB value is (242,81,223). Sum of RGB (Red+Green+Blue) = 242+81+223=546 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.32% from 546); Green value is 81 (32.03% from 255 or 14.84% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 242 - color contains mainly: red. Hex color #F251DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F251DF is #0DAE20. Grayscale: #909090. Windows color (decimal): -896545 or 14635506. OLE color: 14635506.
HSL color Cylindrical-coordinate representation of color #F251DF: hue angle of 307.08º 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 #F251DF is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 81 | 223 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.05 |
| HSL | 307.08º | 0.86% | 0.63% | - |
| HSV(B) | 307.08º | 0.67% | 0.95% | - |
| XYZ | 52.88 | 30.09 | 72.83 | - |
| YUV | 145.33 | 171.84 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 81 | 223 | 0 | 0.67 | 0.08 | 0.05 | 307.08 | 0.86 | 0.63 |
| Hex | F2 | 51 | DF | 0 | 43 | 8 | 5 | 133 | 56 | 3F |
| Octal | 362 | 121 | 337 | 0 | 103 | 10 | 5 | 463 | 126 | 77 |
| Binary | 11110010 | 1010001 | 11011111 | 0 | 1000011 | 1000 | 101 | 100110011 | 1010110 | 111111 |
Color Harmonies of #F251DF
Complementary color
Monochromatic Colors of #F251DF
Black with #F251DF
Text Example
Text Example
White with #F251DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F251DF; }
p { color: rgb(242,81,223); }
H1.HeaderClassName
{
color: #F251DF;
}
.AnyTagClassName
{
color: #F251DF;
}
</style>
background-color css
<style>
a { background-color: #F251DF; }
a { background-color: rgb(242,81,223); }
div.DivClassName
{
background-color: #F251DF;
}
.BgClassName
{
background-color: #F251DF;
}
</style>
border-color css
<style>
span { border-color: #F251DF; }
span { border-color: rgb(242,81,223); }
td.TdClassName
{
border-color: #F251DF;
}
.TagClassName
{
border-color: #F251DF;
}
</style>