Html Css Color HEX #F455D1 Free Speech Magenta
📋 copy color: '#F455D1'red 244 ◦ green 85 ◦ blue 209
Shades of Free Speech Magenta #F455D1
Tints of Free Speech Magenta #F455D1
RGB
CMYK
RGB Variations
Color information
#F455D1 (or 0xF455D1) is known color: Free Speech Magenta. HEX triplet: F4, 55 and D1. RGB value is (244,85,209). Sum of RGB (Red+Green+Blue) = 244+85+209=538 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.35% from 538); Green value is 85 (33.59% from 255 or 15.80% from 538); Blue value is 209 (82.03% from 255 or 38.85% from 538); Max value from RGB is 244 - color contains mainly: red. Hex color #F455D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F455D1 is #0BAA2E. Grayscale: #929292. Windows color (decimal): -764463 or 13719028. OLE color: 13719028.
HSL color Cylindrical-coordinate representation of color #F455D1: hue angle of 313.21º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F455D1 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 85 | 209 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.04 |
| HSL | 313.21º | 0.88% | 0.65% | - |
| HSV(B) | 313.21º | 0.65% | 0.96% | - |
| XYZ | 52.07 | 30.33 | 63.43 | - |
| YUV | 146.68 | 163.18 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 85 | 209 | 0 | 0.65 | 0.14 | 0.04 | 313.21 | 0.88 | 0.65 |
| Hex | F4 | 55 | D1 | 0 | 41 | E | 4 | 139 | 58 | 41 |
| Octal | 364 | 125 | 321 | 0 | 101 | 16 | 4 | 471 | 130 | 101 |
| Binary | 11110100 | 1010101 | 11010001 | 0 | 1000001 | 1110 | 100 | 100111001 | 1011000 | 1000001 |
Color Harmonies of #F455D1
Complementary color
Monochromatic Colors of #F455D1
Black with #F455D1
Text Example
Text Example
White with #F455D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F455D1; }
p { color: rgb(244,85,209); }
H1.HeaderClassName
{
color: #F455D1;
}
.AnyTagClassName
{
color: #F455D1;
}
</style>
background-color css
<style>
a { background-color: #F455D1; }
a { background-color: rgb(244,85,209); }
div.DivClassName
{
background-color: #F455D1;
}
.BgClassName
{
background-color: #F455D1;
}
</style>
border-color css
<style>
span { border-color: #F455D1; }
span { border-color: rgb(244,85,209); }
td.TdClassName
{
border-color: #F455D1;
}
.TagClassName
{
border-color: #F455D1;
}
</style>