Html Css Color HEX #F153CE Free Speech Magenta
📋 copy color: '#F153CE'red 241 ◦ green 83 ◦ blue 206
Shades of Free Speech Magenta #F153CE
Tints of Free Speech Magenta #F153CE
RGB
CMYK
RGB Variations
Color information
#F153CE (or 0xF153CE) is known color: Free Speech Magenta. HEX triplet: F1, 53 and CE. RGB value is (241,83,206). Sum of RGB (Red+Green+Blue) = 241+83+206=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 83 (32.81% from 255 or 15.66% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F153CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F153CE is #0EAC31. Grayscale: #8F8F8F. Windows color (decimal): -961586 or 13521905. OLE color: 13521905.
HSL color Cylindrical-coordinate representation of color #F153CE: hue angle of 313.29º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F153CE is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 83 | 206 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.05 |
| HSL | 313.29º | 0.85% | 0.64% | - |
| HSV(B) | 313.29º | 0.66% | 0.95% | - |
| XYZ | 50.51 | 29.34 | 61.39 | - |
| YUV | 144.26 | 162.85 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 83 | 206 | 0 | 0.66 | 0.15 | 0.05 | 313.29 | 0.85 | 0.64 |
| Hex | F1 | 53 | CE | 0 | 42 | F | 5 | 139 | 55 | 40 |
| Octal | 361 | 123 | 316 | 0 | 102 | 17 | 5 | 471 | 125 | 100 |
| Binary | 11110001 | 1010011 | 11001110 | 0 | 1000010 | 1111 | 101 | 100111001 | 1010101 | 1000000 |
Color Harmonies of #F153CE
Complementary color
Monochromatic Colors of #F153CE
Black with #F153CE
Text Example
Text Example
White with #F153CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F153CE; }
p { color: rgb(241,83,206); }
H1.HeaderClassName
{
color: #F153CE;
}
.AnyTagClassName
{
color: #F153CE;
}
</style>
background-color css
<style>
a { background-color: #F153CE; }
a { background-color: rgb(241,83,206); }
div.DivClassName
{
background-color: #F153CE;
}
.BgClassName
{
background-color: #F153CE;
}
</style>
border-color css
<style>
span { border-color: #F153CE; }
span { border-color: rgb(241,83,206); }
td.TdClassName
{
border-color: #F153CE;
}
.TagClassName
{
border-color: #F153CE;
}
</style>