Html Css Color HEX #F553CA Free Speech Magenta
📋 copy color: '#F553CA'red 245 ◦ green 83 ◦ blue 202
Shades of Free Speech Magenta #F553CA
Tints of Free Speech Magenta #F553CA
RGB
CMYK
RGB Variations
Color information
#F553CA (or 0xF553CA) is known color: Free Speech Magenta. HEX triplet: F5, 53 and CA. RGB value is (245,83,202). Sum of RGB (Red+Green+Blue) = 245+83+202=530 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.23% from 530); Green value is 83 (32.81% from 255 or 15.66% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 245 - color contains mainly: red. Hex color #F553CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F553CA is #0AAC35. Grayscale: #909090. Windows color (decimal): -699446 or 13259765. OLE color: 13259765.
HSL color Cylindrical-coordinate representation of color #F553CA: hue angle of 315.93º 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 #F553CA is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 202 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.04 |
| HSL | 315.93º | 0.89% | 0.64% | - |
| HSV(B) | 315.93º | 0.66% | 0.96% | - |
| XYZ | 51.41 | 29.86 | 58.93 | - |
| YUV | 145 | 160.17 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 202 | 0 | 0.66 | 0.18 | 0.04 | 315.93 | 0.89 | 0.64 |
| Hex | F5 | 53 | CA | 0 | 42 | 12 | 4 | 13C | 59 | 40 |
| Octal | 365 | 123 | 312 | 0 | 102 | 22 | 4 | 474 | 131 | 100 |
| Binary | 11110101 | 1010011 | 11001010 | 0 | 1000010 | 10010 | 100 | 100111100 | 1011001 | 1000000 |
Color Harmonies of #F553CA
Complementary color
Monochromatic Colors of #F553CA
Black with #F553CA
Text Example
Text Example
White with #F553CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F553CA; }
p { color: rgb(245,83,202); }
H1.HeaderClassName
{
color: #F553CA;
}
.AnyTagClassName
{
color: #F553CA;
}
</style>
background-color css
<style>
a { background-color: #F553CA; }
a { background-color: rgb(245,83,202); }
div.DivClassName
{
background-color: #F553CA;
}
.BgClassName
{
background-color: #F553CA;
}
</style>
border-color css
<style>
span { border-color: #F553CA; }
span { border-color: rgb(245,83,202); }
td.TdClassName
{
border-color: #F553CA;
}
.TagClassName
{
border-color: #F553CA;
}
</style>