Html Css Color HEX #F153ED Free Speech Magenta
📋 copy color: '#F153ED'red 241 ◦ green 83 ◦ blue 237
Shades of Free Speech Magenta #F153ED
Tints of Free Speech Magenta #F153ED
RGB
CMYK
RGB Variations
Color information
#F153ED (or 0xF153ED) is known color: Free Speech Magenta. HEX triplet: F1, 53 and ED. RGB value is (241,83,237). Sum of RGB (Red+Green+Blue) = 241+83+237=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 83 (32.81% from 255 or 14.80% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F153ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F153ED is #0EAC12. Grayscale: #939393. Windows color (decimal): -961555 or 15553521. OLE color: 15553521.
HSL color Cylindrical-coordinate representation of color #F153ED: hue angle of 301.52º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F153ED is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 83 | 237 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.05 |
| HSL | 301.52º | 0.85% | 0.64% | - |
| HSV(B) | 301.52º | 0.66% | 0.95% | - |
| XYZ | 54.65 | 31 | 83.22 | - |
| YUV | 147.8 | 178.35 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 83 | 237 | 0 | 0.66 | 0.02 | 0.05 | 301.52 | 0.85 | 0.64 |
| Hex | F1 | 53 | ED | 0 | 42 | 2 | 5 | 12E | 55 | 40 |
| Octal | 361 | 123 | 355 | 0 | 102 | 2 | 5 | 456 | 125 | 100 |
| Binary | 11110001 | 1010011 | 11101101 | 0 | 1000010 | 10 | 101 | 100101110 | 1010101 | 1000000 |
Color Harmonies of #F153ED
Complementary color
Monochromatic Colors of #F153ED
Black with #F153ED
Text Example
Text Example
White with #F153ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F153ED; }
p { color: rgb(241,83,237); }
H1.HeaderClassName
{
color: #F153ED;
}
.AnyTagClassName
{
color: #F153ED;
}
</style>
background-color css
<style>
a { background-color: #F153ED; }
a { background-color: rgb(241,83,237); }
div.DivClassName
{
background-color: #F153ED;
}
.BgClassName
{
background-color: #F153ED;
}
</style>
border-color css
<style>
span { border-color: #F153ED; }
span { border-color: rgb(241,83,237); }
td.TdClassName
{
border-color: #F153ED;
}
.TagClassName
{
border-color: #F153ED;
}
</style>