Html Css Color HEX #F15FDE Free Speech Magenta
📋 copy color: '#F15FDE'red 241 ◦ green 95 ◦ blue 222
Shades of Free Speech Magenta #F15FDE
Tints of Free Speech Magenta #F15FDE
RGB
CMYK
RGB Variations
Color information
#F15FDE (or 0xF15FDE) is known color: Free Speech Magenta. HEX triplet: F1, 5F and DE. RGB value is (241,95,222). Sum of RGB (Red+Green+Blue) = 241+95+222=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 95 (37.5% from 255 or 17.03% from 558); Blue value is 222 (87.11% from 255 or 39.78% from 558); Max value from RGB is 241 - color contains mainly: red. Hex color #F15FDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15FDE is #0EA021. Grayscale: #989898. Windows color (decimal): -958498 or 14573553. OLE color: 14573553.
HSL color Cylindrical-coordinate representation of color #F15FDE: hue angle of 307.81º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F15FDE is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 95 | 222 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.05 |
| HSL | 307.81º | 0.84% | 0.66% | - |
| HSV(B) | 307.81º | 0.61% | 0.95% | - |
| XYZ | 53.55 | 32.16 | 72.49 | - |
| YUV | 153.13 | 166.87 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 95 | 222 | 0 | 0.61 | 0.08 | 0.05 | 307.81 | 0.84 | 0.66 |
| Hex | F1 | 5F | DE | 0 | 3D | 8 | 5 | 134 | 54 | 42 |
| Octal | 361 | 137 | 336 | 0 | 75 | 10 | 5 | 464 | 124 | 102 |
| Binary | 11110001 | 1011111 | 11011110 | 0 | 111101 | 1000 | 101 | 100110100 | 1010100 | 1000010 |
Color Harmonies of #F15FDE
Complementary color
Monochromatic Colors of #F15FDE
Black with #F15FDE
Text Example
Text Example
White with #F15FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15FDE; }
p { color: rgb(241,95,222); }
H1.HeaderClassName
{
color: #F15FDE;
}
.AnyTagClassName
{
color: #F15FDE;
}
</style>
background-color css
<style>
a { background-color: #F15FDE; }
a { background-color: rgb(241,95,222); }
div.DivClassName
{
background-color: #F15FDE;
}
.BgClassName
{
background-color: #F15FDE;
}
</style>
border-color css
<style>
span { border-color: #F15FDE; }
span { border-color: rgb(241,95,222); }
td.TdClassName
{
border-color: #F15FDE;
}
.TagClassName
{
border-color: #F15FDE;
}
</style>