Html Css Color HEX #F153C8 Free Speech Magenta
📋 copy color: '#F153C8'red 241 ◦ green 83 ◦ blue 200
Shades of Free Speech Magenta #F153C8
Tints of Free Speech Magenta #F153C8
RGB
CMYK
RGB Variations
Color information
#F153C8 (or 0xF153C8) is known color: Free Speech Magenta. HEX triplet: F1, 53 and C8. RGB value is (241,83,200). Sum of RGB (Red+Green+Blue) = 241+83+200=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 83 (32.81% from 255 or 15.84% from 524); Blue value is 200 (78.52% from 255 or 38.17% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F153C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F153C8 is #0EAC37. Grayscale: #8F8F8F. Windows color (decimal): -961592 or 13128689. OLE color: 13128689.
HSL color Cylindrical-coordinate representation of color #F153C8: hue angle of 315.57º 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 #F153C8 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 83 | 200 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.05 |
| HSL | 315.57º | 0.85% | 0.64% | - |
| HSV(B) | 315.57º | 0.66% | 0.95% | - |
| XYZ | 49.79 | 29.06 | 57.63 | - |
| YUV | 143.58 | 159.85 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 83 | 200 | 0 | 0.66 | 0.17 | 0.05 | 315.57 | 0.85 | 0.64 |
| Hex | F1 | 53 | C8 | 0 | 42 | 11 | 5 | 13C | 55 | 40 |
| Octal | 361 | 123 | 310 | 0 | 102 | 21 | 5 | 474 | 125 | 100 |
| Binary | 11110001 | 1010011 | 11001000 | 0 | 1000010 | 10001 | 101 | 100111100 | 1010101 | 1000000 |
Color Harmonies of #F153C8
Complementary color
Monochromatic Colors of #F153C8
Black with #F153C8
Text Example
Text Example
White with #F153C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F153C8; }
p { color: rgb(241,83,200); }
H1.HeaderClassName
{
color: #F153C8;
}
.AnyTagClassName
{
color: #F153C8;
}
</style>
background-color css
<style>
a { background-color: #F153C8; }
a { background-color: rgb(241,83,200); }
div.DivClassName
{
background-color: #F153C8;
}
.BgClassName
{
background-color: #F153C8;
}
</style>
border-color css
<style>
span { border-color: #F153C8; }
span { border-color: rgb(241,83,200); }
td.TdClassName
{
border-color: #F153C8;
}
.TagClassName
{
border-color: #F153C8;
}
</style>