Html Css Color HEX #F151CE Free Speech Magenta
📋 copy color: '#F151CE'red 241 ◦ green 81 ◦ blue 206
Shades of Free Speech Magenta #F151CE
Tints of Free Speech Magenta #F151CE
RGB
CMYK
RGB Variations
Color information
#F151CE (or 0xF151CE) is known color: Free Speech Magenta. HEX triplet: F1, 51 and CE. RGB value is (241,81,206). Sum of RGB (Red+Green+Blue) = 241+81+206=528 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.64% from 528); Green value is 81 (32.03% from 255 or 15.34% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 241 - color contains mainly: red. Hex color #F151CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F151CE is #0EAE31. Grayscale: #8E8E8E. Windows color (decimal): -962098 or 13521393. OLE color: 13521393.
HSL color Cylindrical-coordinate representation of color #F151CE: hue angle of 313.12º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F151CE is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 81 | 206 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.05 |
| HSL | 313.13º | 0.85% | 0.63% | - |
| HSV(B) | 313.13º | 0.66% | 0.95% | - |
| XYZ | 50.36 | 29.04 | 61.34 | - |
| YUV | 143.09 | 163.51 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 81 | 206 | 0 | 0.66 | 0.15 | 0.05 | 313.13 | 0.85 | 0.63 |
| Hex | F1 | 51 | CE | 0 | 42 | F | 5 | 139 | 55 | 3F |
| Octal | 361 | 121 | 316 | 0 | 102 | 17 | 5 | 471 | 125 | 77 |
| Binary | 11110001 | 1010001 | 11001110 | 0 | 1000010 | 1111 | 101 | 100111001 | 1010101 | 111111 |
Color Harmonies of #F151CE
Complementary color
Monochromatic Colors of #F151CE
Black with #F151CE
Text Example
Text Example
White with #F151CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F151CE; }
p { color: rgb(241,81,206); }
H1.HeaderClassName
{
color: #F151CE;
}
.AnyTagClassName
{
color: #F151CE;
}
</style>
background-color css
<style>
a { background-color: #F151CE; }
a { background-color: rgb(241,81,206); }
div.DivClassName
{
background-color: #F151CE;
}
.BgClassName
{
background-color: #F151CE;
}
</style>
border-color css
<style>
span { border-color: #F151CE; }
span { border-color: rgb(241,81,206); }
td.TdClassName
{
border-color: #F151CE;
}
.TagClassName
{
border-color: #F151CE;
}
</style>