Html Css Color HEX #F554D2 Free Speech Magenta
📋 copy color: '#F554D2'red 245 ◦ green 84 ◦ blue 210
Shades of Free Speech Magenta #F554D2
Tints of Free Speech Magenta #F554D2
RGB
CMYK
RGB Variations
Color information
#F554D2 (or 0xF554D2) is known color: Free Speech Magenta. HEX triplet: F5, 54 and D2. RGB value is (245,84,210). Sum of RGB (Red+Green+Blue) = 245+84+210=539 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.45% from 539); Green value is 84 (33.20% from 255 or 15.58% from 539); Blue value is 210 (82.42% from 255 or 38.96% from 539); Max value from RGB is 245 - color contains mainly: red. Hex color #F554D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F554D2 is #0AAB2D. Grayscale: #929292. Windows color (decimal): -699182 or 13784309. OLE color: 13784309.
HSL color Cylindrical-coordinate representation of color #F554D2: hue angle of 313.04º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F554D2 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 84 | 210 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.04 |
| HSL | 313.04º | 0.89% | 0.65% | - |
| HSV(B) | 313.04º | 0.66% | 0.96% | - |
| XYZ | 52.46 | 30.41 | 64.08 | - |
| YUV | 146.5 | 163.84 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 84 | 210 | 0 | 0.66 | 0.14 | 0.04 | 313.04 | 0.89 | 0.65 |
| Hex | F5 | 54 | D2 | 0 | 42 | E | 4 | 139 | 59 | 41 |
| Octal | 365 | 124 | 322 | 0 | 102 | 16 | 4 | 471 | 131 | 101 |
| Binary | 11110101 | 1010100 | 11010010 | 0 | 1000010 | 1110 | 100 | 100111001 | 1011001 | 1000001 |
Color Harmonies of #F554D2
Complementary color
Monochromatic Colors of #F554D2
Black with #F554D2
Text Example
Text Example
White with #F554D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F554D2; }
p { color: rgb(245,84,210); }
H1.HeaderClassName
{
color: #F554D2;
}
.AnyTagClassName
{
color: #F554D2;
}
</style>
background-color css
<style>
a { background-color: #F554D2; }
a { background-color: rgb(245,84,210); }
div.DivClassName
{
background-color: #F554D2;
}
.BgClassName
{
background-color: #F554D2;
}
</style>
border-color css
<style>
span { border-color: #F554D2; }
span { border-color: rgb(245,84,210); }
td.TdClassName
{
border-color: #F554D2;
}
.TagClassName
{
border-color: #F554D2;
}
</style>