Html Css Color HEX #F553CE Free Speech Magenta
📋 copy color: '#F553CE'red 245 ◦ green 83 ◦ blue 206
Shades of Free Speech Magenta #F553CE
Tints of Free Speech Magenta #F553CE
RGB
CMYK
RGB Variations
Color information
#F553CE (or 0xF553CE) is known color: Free Speech Magenta. HEX triplet: F5, 53 and CE. RGB value is (245,83,206). Sum of RGB (Red+Green+Blue) = 245+83+206=534 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.88% from 534); Green value is 83 (32.81% from 255 or 15.54% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 245 - color contains mainly: red. Hex color #F553CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F553CE is #0AAC31. Grayscale: #919191. Windows color (decimal): -699442 or 13521909. OLE color: 13521909.
HSL color Cylindrical-coordinate representation of color #F553CE: hue angle of 314.44º 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 #F553CE is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 206 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.04 |
| HSL | 314.44º | 0.89% | 0.64% | - |
| HSV(B) | 314.44º | 0.66% | 0.96% | - |
| XYZ | 51.89 | 30.06 | 61.46 | - |
| YUV | 145.46 | 162.17 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 206 | 0 | 0.66 | 0.16 | 0.04 | 314.44 | 0.89 | 0.64 |
| Hex | F5 | 53 | CE | 0 | 42 | 10 | 4 | 13A | 59 | 40 |
| Octal | 365 | 123 | 316 | 0 | 102 | 20 | 4 | 472 | 131 | 100 |
| Binary | 11110101 | 1010011 | 11001110 | 0 | 1000010 | 10000 | 100 | 100111010 | 1011001 | 1000000 |
Color Harmonies of #F553CE
Complementary color
Monochromatic Colors of #F553CE
Black with #F553CE
Text Example
Text Example
White with #F553CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F553CE; }
p { color: rgb(245,83,206); }
H1.HeaderClassName
{
color: #F553CE;
}
.AnyTagClassName
{
color: #F553CE;
}
</style>
background-color css
<style>
a { background-color: #F553CE; }
a { background-color: rgb(245,83,206); }
div.DivClassName
{
background-color: #F553CE;
}
.BgClassName
{
background-color: #F553CE;
}
</style>
border-color css
<style>
span { border-color: #F553CE; }
span { border-color: rgb(245,83,206); }
td.TdClassName
{
border-color: #F553CE;
}
.TagClassName
{
border-color: #F553CE;
}
</style>