Html Css Color HEX #F553D4 Free Speech Magenta
📋 copy color: '#F553D4'red 245 ◦ green 83 ◦ blue 212
Shades of Free Speech Magenta #F553D4
Tints of Free Speech Magenta #F553D4
RGB
CMYK
RGB Variations
Color information
#F553D4 (or 0xF553D4) is known color: Free Speech Magenta. HEX triplet: F5, 53 and D4. RGB value is (245,83,212). Sum of RGB (Red+Green+Blue) = 245+83+212=540 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.37% from 540); Green value is 83 (32.81% from 255 or 15.37% from 540); Blue value is 212 (83.20% from 255 or 39.26% from 540); Max value from RGB is 245 - color contains mainly: red. Hex color #F553D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F553D4 is #0AAC2B. Grayscale: #919191. Windows color (decimal): -699436 or 13915125. OLE color: 13915125.
HSL color Cylindrical-coordinate representation of color #F553D4: hue angle of 312.22º 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 #F553D4 is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 212 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.04 |
| HSL | 312.22º | 0.89% | 0.64% | - |
| HSV(B) | 312.22º | 0.66% | 0.96% | - |
| XYZ | 52.63 | 30.35 | 65.37 | - |
| YUV | 146.14 | 165.17 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 212 | 0 | 0.66 | 0.13 | 0.04 | 312.22 | 0.89 | 0.64 |
| Hex | F5 | 53 | D4 | 0 | 42 | D | 4 | 138 | 59 | 40 |
| Octal | 365 | 123 | 324 | 0 | 102 | 15 | 4 | 470 | 131 | 100 |
| Binary | 11110101 | 1010011 | 11010100 | 0 | 1000010 | 1101 | 100 | 100111000 | 1011001 | 1000000 |
Color Harmonies of #F553D4
Complementary color
Monochromatic Colors of #F553D4
Black with #F553D4
Text Example
Text Example
White with #F553D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F553D4; }
p { color: rgb(245,83,212); }
H1.HeaderClassName
{
color: #F553D4;
}
.AnyTagClassName
{
color: #F553D4;
}
</style>
background-color css
<style>
a { background-color: #F553D4; }
a { background-color: rgb(245,83,212); }
div.DivClassName
{
background-color: #F553D4;
}
.BgClassName
{
background-color: #F553D4;
}
</style>
border-color css
<style>
span { border-color: #F553D4; }
span { border-color: rgb(245,83,212); }
td.TdClassName
{
border-color: #F553D4;
}
.TagClassName
{
border-color: #F553D4;
}
</style>