Html Css Color HEX #F15BDA Free Speech Magenta
📋 copy color: '#F15BDA'red 241 ◦ green 91 ◦ blue 218
Shades of Free Speech Magenta #F15BDA
Tints of Free Speech Magenta #F15BDA
RGB
CMYK
RGB Variations
Color information
#F15BDA (or 0xF15BDA) is known color: Free Speech Magenta. HEX triplet: F1, 5B and DA. RGB value is (241,91,218). Sum of RGB (Red+Green+Blue) = 241+91+218=550 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.82% from 550); Green value is 91 (35.94% from 255 or 16.55% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 241 - color contains mainly: red. Hex color #F15BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15BDA is #0EA425. Grayscale: #959595. Windows color (decimal): -959526 or 14310385. OLE color: 14310385.
HSL color Cylindrical-coordinate representation of color #F15BDA: hue angle of 309.2º 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 #F15BDA is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 91 | 218 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.05 |
| HSL | 309.2º | 0.84% | 0.65% | - |
| HSV(B) | 309.2º | 0.62% | 0.95% | - |
| XYZ | 52.67 | 31.24 | 69.58 | - |
| YUV | 150.33 | 166.2 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 91 | 218 | 0 | 0.62 | 0.10 | 0.05 | 309.2 | 0.84 | 0.65 |
| Hex | F1 | 5B | DA | 0 | 3E | A | 5 | 135 | 54 | 41 |
| Octal | 361 | 133 | 332 | 0 | 76 | 12 | 5 | 465 | 124 | 101 |
| Binary | 11110001 | 1011011 | 11011010 | 0 | 111110 | 1010 | 101 | 100110101 | 1010100 | 1000001 |
Color Harmonies of #F15BDA
Complementary color
Monochromatic Colors of #F15BDA
Black with #F15BDA
Text Example
Text Example
White with #F15BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15BDA; }
p { color: rgb(241,91,218); }
H1.HeaderClassName
{
color: #F15BDA;
}
.AnyTagClassName
{
color: #F15BDA;
}
</style>
background-color css
<style>
a { background-color: #F15BDA; }
a { background-color: rgb(241,91,218); }
div.DivClassName
{
background-color: #F15BDA;
}
.BgClassName
{
background-color: #F15BDA;
}
</style>
border-color css
<style>
span { border-color: #F15BDA; }
span { border-color: rgb(241,91,218); }
td.TdClassName
{
border-color: #F15BDA;
}
.TagClassName
{
border-color: #F15BDA;
}
</style>