Html Css Color HEX #F553E6 Free Speech Magenta
📋 copy color: '#F553E6'red 245 ◦ green 83 ◦ blue 230
Shades of Free Speech Magenta #F553E6
Tints of Free Speech Magenta #F553E6
RGB
CMYK
RGB Variations
Color information
#F553E6 (or 0xF553E6) is known color: Free Speech Magenta. HEX triplet: F5, 53 and E6. RGB value is (245,83,230). Sum of RGB (Red+Green+Blue) = 245+83+230=558 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.91% from 558); Green value is 83 (32.81% from 255 or 14.87% from 558); Blue value is 230 (90.23% from 255 or 41.22% from 558); Max value from RGB is 245 - color contains mainly: red. Hex color #F553E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F553E6 is #0AAC19. Grayscale: #939393. Windows color (decimal): -699418 or 15094773. OLE color: 15094773.
HSL color Cylindrical-coordinate representation of color #F553E6: hue angle of 305.56º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F553E6 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 230 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.04 |
| HSL | 305.56º | 0.89% | 0.64% | - |
| HSV(B) | 305.56º | 0.66% | 0.96% | - |
| XYZ | 55.03 | 31.31 | 78.01 | - |
| YUV | 148.2 | 174.17 | 197.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 230 | 0 | 0.66 | 0.06 | 0.04 | 305.56 | 0.89 | 0.64 |
| Hex | F5 | 53 | E6 | 0 | 42 | 6 | 4 | 132 | 59 | 40 |
| Octal | 365 | 123 | 346 | 0 | 102 | 6 | 4 | 462 | 131 | 100 |
| Binary | 11110101 | 1010011 | 11100110 | 0 | 1000010 | 110 | 100 | 100110010 | 1011001 | 1000000 |
Color Harmonies of #F553E6
Complementary color
Monochromatic Colors of #F553E6
Black with #F553E6
Text Example
Text Example
White with #F553E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F553E6; }
p { color: rgb(245,83,230); }
H1.HeaderClassName
{
color: #F553E6;
}
.AnyTagClassName
{
color: #F553E6;
}
</style>
background-color css
<style>
a { background-color: #F553E6; }
a { background-color: rgb(245,83,230); }
div.DivClassName
{
background-color: #F553E6;
}
.BgClassName
{
background-color: #F553E6;
}
</style>
border-color css
<style>
span { border-color: #F553E6; }
span { border-color: rgb(245,83,230); }
td.TdClassName
{
border-color: #F553E6;
}
.TagClassName
{
border-color: #F553E6;
}
</style>