Html Css Color HEX #F15CE0 Free Speech Magenta
📋 copy color: '#F15CE0'red 241 ◦ green 92 ◦ blue 224
Shades of Free Speech Magenta #F15CE0
Tints of Free Speech Magenta #F15CE0
RGB
CMYK
RGB Variations
Color information
#F15CE0 (or 0xF15CE0) is known color: Free Speech Magenta. HEX triplet: F1, 5C and E0. RGB value is (241,92,224). Sum of RGB (Red+Green+Blue) = 241+92+224=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 92 (36.33% from 255 or 16.52% from 557); Blue value is 224 (87.89% from 255 or 40.22% from 557); Max value from RGB is 241 - color contains mainly: red. Hex color #F15CE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15CE0 is #0EA31F. Grayscale: #979797. Windows color (decimal): -959264 or 14703857. OLE color: 14703857.
HSL color Cylindrical-coordinate representation of color #F15CE0: hue angle of 306.85º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F15CE0 is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 92 | 224 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.05 |
| HSL | 306.85º | 0.84% | 0.65% | - |
| HSV(B) | 306.85º | 0.62% | 0.95% | - |
| XYZ | 53.56 | 31.74 | 73.82 | - |
| YUV | 151.6 | 168.86 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 92 | 224 | 0 | 0.62 | 0.07 | 0.05 | 306.85 | 0.84 | 0.65 |
| Hex | F1 | 5C | E0 | 0 | 3E | 7 | 5 | 133 | 54 | 41 |
| Octal | 361 | 134 | 340 | 0 | 76 | 7 | 5 | 463 | 124 | 101 |
| Binary | 11110001 | 1011100 | 11100000 | 0 | 111110 | 111 | 101 | 100110011 | 1010100 | 1000001 |
Color Harmonies of #F15CE0
Complementary color
Monochromatic Colors of #F15CE0
Black with #F15CE0
Text Example
Text Example
White with #F15CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15CE0; }
p { color: rgb(241,92,224); }
H1.HeaderClassName
{
color: #F15CE0;
}
.AnyTagClassName
{
color: #F15CE0;
}
</style>
background-color css
<style>
a { background-color: #F15CE0; }
a { background-color: rgb(241,92,224); }
div.DivClassName
{
background-color: #F15CE0;
}
.BgClassName
{
background-color: #F15CE0;
}
</style>
border-color css
<style>
span { border-color: #F15CE0; }
span { border-color: rgb(241,92,224); }
td.TdClassName
{
border-color: #F15CE0;
}
.TagClassName
{
border-color: #F15CE0;
}
</style>