Html Css Color HEX #F150C8 Free Speech Magenta
📋 copy color: '#F150C8'red 241 ◦ green 80 ◦ blue 200
Shades of Free Speech Magenta #F150C8
Tints of Free Speech Magenta #F150C8
RGB
CMYK
RGB Variations
Color information
#F150C8 (or 0xF150C8) is known color: Free Speech Magenta. HEX triplet: F1, 50 and C8. RGB value is (241,80,200). Sum of RGB (Red+Green+Blue) = 241+80+200=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 80 (31.64% from 255 or 15.36% from 521); Blue value is 200 (78.52% from 255 or 38.39% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F150C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F150C8 is #0EAF37. Grayscale: #8D8D8D. Windows color (decimal): -962360 or 13127921. OLE color: 13127921.
HSL color Cylindrical-coordinate representation of color #F150C8: hue angle of 315.28º 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 #F150C8 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 80 | 200 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.05 |
| HSL | 315.28º | 0.85% | 0.63% | - |
| HSV(B) | 315.28º | 0.67% | 0.95% | - |
| XYZ | 49.57 | 28.61 | 57.55 | - |
| YUV | 141.82 | 160.84 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 200 | 0 | 0.67 | 0.17 | 0.05 | 315.28 | 0.85 | 0.63 |
| Hex | F1 | 50 | C8 | 0 | 43 | 11 | 5 | 13B | 55 | 3F |
| Octal | 361 | 120 | 310 | 0 | 103 | 21 | 5 | 473 | 125 | 77 |
| Binary | 11110001 | 1010000 | 11001000 | 0 | 1000011 | 10001 | 101 | 100111011 | 1010101 | 111111 |
Color Harmonies of #F150C8
Complementary color
Monochromatic Colors of #F150C8
Black with #F150C8
Text Example
Text Example
White with #F150C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F150C8; }
p { color: rgb(241,80,200); }
H1.HeaderClassName
{
color: #F150C8;
}
.AnyTagClassName
{
color: #F150C8;
}
</style>
background-color css
<style>
a { background-color: #F150C8; }
a { background-color: rgb(241,80,200); }
div.DivClassName
{
background-color: #F150C8;
}
.BgClassName
{
background-color: #F150C8;
}
</style>
border-color css
<style>
span { border-color: #F150C8; }
span { border-color: rgb(241,80,200); }
td.TdClassName
{
border-color: #F150C8;
}
.TagClassName
{
border-color: #F150C8;
}
</style>