Html Css Color HEX #F554D1 Free Speech Magenta
📋 copy color: '#F554D1'red 245 ◦ green 84 ◦ blue 209
Shades of Free Speech Magenta #F554D1
Tints of Free Speech Magenta #F554D1
RGB
CMYK
RGB Variations
Color information
#F554D1 (or 0xF554D1) is known color: Free Speech Magenta. HEX triplet: F5, 54 and D1. RGB value is (245,84,209). Sum of RGB (Red+Green+Blue) = 245+84+209=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 84 (33.20% from 255 or 15.61% from 538); Blue value is 209 (82.03% from 255 or 38.85% from 538); Max value from RGB is 245 - color contains mainly: red. Hex color #F554D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F554D1 is #0AAB2E. Grayscale: #929292. Windows color (decimal): -699183 or 13718773. OLE color: 13718773.
HSL color Cylindrical-coordinate representation of color #F554D1: hue angle of 313.42º 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 #F554D1 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 84 | 209 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.04 |
| HSL | 313.42º | 0.89% | 0.65% | - |
| HSV(B) | 313.42º | 0.66% | 0.96% | - |
| XYZ | 52.34 | 30.36 | 63.42 | - |
| YUV | 146.39 | 163.34 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 84 | 209 | 0 | 0.66 | 0.15 | 0.04 | 313.42 | 0.89 | 0.65 |
| Hex | F5 | 54 | D1 | 0 | 42 | F | 4 | 139 | 59 | 41 |
| Octal | 365 | 124 | 321 | 0 | 102 | 17 | 4 | 471 | 131 | 101 |
| Binary | 11110101 | 1010100 | 11010001 | 0 | 1000010 | 1111 | 100 | 100111001 | 1011001 | 1000001 |
Color Harmonies of #F554D1
Complementary color
Monochromatic Colors of #F554D1
Black with #F554D1
Text Example
Text Example
White with #F554D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F554D1; }
p { color: rgb(245,84,209); }
H1.HeaderClassName
{
color: #F554D1;
}
.AnyTagClassName
{
color: #F554D1;
}
</style>
background-color css
<style>
a { background-color: #F554D1; }
a { background-color: rgb(245,84,209); }
div.DivClassName
{
background-color: #F554D1;
}
.BgClassName
{
background-color: #F554D1;
}
</style>
border-color css
<style>
span { border-color: #F554D1; }
span { border-color: rgb(245,84,209); }
td.TdClassName
{
border-color: #F554D1;
}
.TagClassName
{
border-color: #F554D1;
}
</style>