Html Css Color HEX #F251E5 Free Speech Magenta
📋 copy color: '#F251E5'red 242 ◦ green 81 ◦ blue 229
Shades of Free Speech Magenta #F251E5
Tints of Free Speech Magenta #F251E5
RGB
CMYK
RGB Variations
Color information
#F251E5 (or 0xF251E5) is known color: Free Speech Magenta. HEX triplet: F2, 51 and E5. RGB value is (242,81,229). Sum of RGB (Red+Green+Blue) = 242+81+229=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 81 (32.03% from 255 or 14.67% from 552); Blue value is 229 (89.84% from 255 or 41.49% from 552); Max value from RGB is 242 - color contains mainly: red. Hex color #F251E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F251E5 is #0DAE1A. Grayscale: #919191. Windows color (decimal): -896539 or 15028722. OLE color: 15028722.
HSL color Cylindrical-coordinate representation of color #F251E5: hue angle of 304.84º 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 #F251E5 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 81 | 229 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.05 |
| HSL | 304.84º | 0.86% | 0.63% | - |
| HSV(B) | 304.84º | 0.67% | 0.95% | - |
| XYZ | 53.7 | 30.42 | 77.17 | - |
| YUV | 146.01 | 174.84 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 81 | 229 | 0 | 0.67 | 0.05 | 0.05 | 304.84 | 0.86 | 0.63 |
| Hex | F2 | 51 | E5 | 0 | 43 | 5 | 5 | 131 | 56 | 3F |
| Octal | 362 | 121 | 345 | 0 | 103 | 5 | 5 | 461 | 126 | 77 |
| Binary | 11110010 | 1010001 | 11100101 | 0 | 1000011 | 101 | 101 | 100110001 | 1010110 | 111111 |
Color Harmonies of #F251E5
Complementary color
Monochromatic Colors of #F251E5
Black with #F251E5
Text Example
Text Example
White with #F251E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F251E5; }
p { color: rgb(242,81,229); }
H1.HeaderClassName
{
color: #F251E5;
}
.AnyTagClassName
{
color: #F251E5;
}
</style>
background-color css
<style>
a { background-color: #F251E5; }
a { background-color: rgb(242,81,229); }
div.DivClassName
{
background-color: #F251E5;
}
.BgClassName
{
background-color: #F251E5;
}
</style>
border-color css
<style>
span { border-color: #F251E5; }
span { border-color: rgb(242,81,229); }
td.TdClassName
{
border-color: #F251E5;
}
.TagClassName
{
border-color: #F251E5;
}
</style>