Html Css Color HEX #F15ACB Free Speech Magenta
📋 copy color: '#F15ACB'red 241 ◦ green 90 ◦ blue 203
Shades of Free Speech Magenta #F15ACB
Tints of Free Speech Magenta #F15ACB
RGB
CMYK
RGB Variations
Color information
#F15ACB (or 0xF15ACB) is known color: Free Speech Magenta. HEX triplet: F1, 5A and CB. RGB value is (241,90,203). Sum of RGB (Red+Green+Blue) = 241+90+203=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 90 (35.55% from 255 or 16.85% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F15ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15ACB is #0EA534. Grayscale: #939393. Windows color (decimal): -959797 or 13327089. OLE color: 13327089.
HSL color Cylindrical-coordinate representation of color #F15ACB: hue angle of 315.1º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F15ACB is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 90 | 203 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.05 |
| HSL | 315.1º | 0.84% | 0.65% | - |
| HSV(B) | 315.1º | 0.63% | 0.95% | - |
| XYZ | 50.71 | 30.32 | 59.68 | - |
| YUV | 148.03 | 159.03 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 90 | 203 | 0 | 0.63 | 0.16 | 0.05 | 315.1 | 0.84 | 0.65 |
| Hex | F1 | 5A | CB | 0 | 3F | 10 | 5 | 13B | 54 | 41 |
| Octal | 361 | 132 | 313 | 0 | 77 | 20 | 5 | 473 | 124 | 101 |
| Binary | 11110001 | 1011010 | 11001011 | 0 | 111111 | 10000 | 101 | 100111011 | 1010100 | 1000001 |
Color Harmonies of #F15ACB
Complementary color
Monochromatic Colors of #F15ACB
Black with #F15ACB
Text Example
Text Example
White with #F15ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15ACB; }
p { color: rgb(241,90,203); }
H1.HeaderClassName
{
color: #F15ACB;
}
.AnyTagClassName
{
color: #F15ACB;
}
</style>
background-color css
<style>
a { background-color: #F15ACB; }
a { background-color: rgb(241,90,203); }
div.DivClassName
{
background-color: #F15ACB;
}
.BgClassName
{
background-color: #F15ACB;
}
</style>
border-color css
<style>
span { border-color: #F15ACB; }
span { border-color: rgb(241,90,203); }
td.TdClassName
{
border-color: #F15ACB;
}
.TagClassName
{
border-color: #F15ACB;
}
</style>