Html Css Color HEX #F155D4 Free Speech Magenta
📋 copy color: '#F155D4'red 241 ◦ green 85 ◦ blue 212
Shades of Free Speech Magenta #F155D4
Tints of Free Speech Magenta #F155D4
RGB
CMYK
RGB Variations
Color information
#F155D4 (or 0xF155D4) is known color: Free Speech Magenta. HEX triplet: F1, 55 and D4. RGB value is (241,85,212). Sum of RGB (Red+Green+Blue) = 241+85+212=538 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.80% from 538); Green value is 85 (33.59% from 255 or 15.80% from 538); Blue value is 212 (83.20% from 255 or 39.41% from 538); Max value from RGB is 241 - color contains mainly: red. Hex color #F155D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F155D4 is #0EAA2B. Grayscale: #919191. Windows color (decimal): -961068 or 13915633. OLE color: 13915633.
HSL color Cylindrical-coordinate representation of color #F155D4: hue angle of 311.15º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F155D4 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 85 | 212 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.05 |
| HSL | 311.15º | 0.85% | 0.64% | - |
| HSV(B) | 311.15º | 0.65% | 0.95% | - |
| XYZ | 51.41 | 29.95 | 65.36 | - |
| YUV | 146.12 | 165.18 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 85 | 212 | 0 | 0.65 | 0.12 | 0.05 | 311.15 | 0.85 | 0.64 |
| Hex | F1 | 55 | D4 | 0 | 41 | C | 5 | 137 | 55 | 40 |
| Octal | 361 | 125 | 324 | 0 | 101 | 14 | 5 | 467 | 125 | 100 |
| Binary | 11110001 | 1010101 | 11010100 | 0 | 1000001 | 1100 | 101 | 100110111 | 1010101 | 1000000 |
Color Harmonies of #F155D4
Complementary color
Monochromatic Colors of #F155D4
Black with #F155D4
Text Example
Text Example
White with #F155D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F155D4; }
p { color: rgb(241,85,212); }
H1.HeaderClassName
{
color: #F155D4;
}
.AnyTagClassName
{
color: #F155D4;
}
</style>
background-color css
<style>
a { background-color: #F155D4; }
a { background-color: rgb(241,85,212); }
div.DivClassName
{
background-color: #F155D4;
}
.BgClassName
{
background-color: #F155D4;
}
</style>
border-color css
<style>
span { border-color: #F155D4; }
span { border-color: rgb(241,85,212); }
td.TdClassName
{
border-color: #F155D4;
}
.TagClassName
{
border-color: #F155D4;
}
</style>