Html Css Color HEX #F150D1 Free Speech Magenta
📋 copy color: '#F150D1'red 241 ◦ green 80 ◦ blue 209
Shades of Free Speech Magenta #F150D1
Tints of Free Speech Magenta #F150D1
RGB
CMYK
RGB Variations
Color information
#F150D1 (or 0xF150D1) is known color: Free Speech Magenta. HEX triplet: F1, 50 and D1. RGB value is (241,80,209). Sum of RGB (Red+Green+Blue) = 241+80+209=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 80 (31.64% from 255 or 15.09% from 530); Blue value is 209 (82.03% from 255 or 39.43% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F150D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F150D1 is #0EAF2E. Grayscale: #8E8E8E. Windows color (decimal): -962351 or 13717745. OLE color: 13717745.
HSL color Cylindrical-coordinate representation of color #F150D1: hue angle of 311.93º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F150D1 is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 80 | 209 | - |
| CMYK | 0 | 0.67 | 0.13 | 0.05 |
| HSL | 311.93º | 0.85% | 0.63% | - |
| HSV(B) | 311.93º | 0.67% | 0.95% | - |
| XYZ | 50.65 | 29.04 | 63.26 | - |
| YUV | 142.85 | 165.34 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 209 | 0 | 0.67 | 0.13 | 0.05 | 311.93 | 0.85 | 0.63 |
| Hex | F1 | 50 | D1 | 0 | 43 | D | 5 | 138 | 55 | 3F |
| Octal | 361 | 120 | 321 | 0 | 103 | 15 | 5 | 470 | 125 | 77 |
| Binary | 11110001 | 1010000 | 11010001 | 0 | 1000011 | 1101 | 101 | 100111000 | 1010101 | 111111 |
Color Harmonies of #F150D1
Complementary color
Monochromatic Colors of #F150D1
Black with #F150D1
Text Example
Text Example
White with #F150D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F150D1; }
p { color: rgb(241,80,209); }
H1.HeaderClassName
{
color: #F150D1;
}
.AnyTagClassName
{
color: #F150D1;
}
</style>
background-color css
<style>
a { background-color: #F150D1; }
a { background-color: rgb(241,80,209); }
div.DivClassName
{
background-color: #F150D1;
}
.BgClassName
{
background-color: #F150D1;
}
</style>
border-color css
<style>
span { border-color: #F150D1; }
span { border-color: rgb(241,80,209); }
td.TdClassName
{
border-color: #F150D1;
}
.TagClassName
{
border-color: #F150D1;
}
</style>