Html Css Color HEX #F454D1 Free Speech Magenta
📋 copy color: '#F454D1'red 244 ◦ green 84 ◦ blue 209
Shades of Free Speech Magenta #F454D1
Tints of Free Speech Magenta #F454D1
RGB
CMYK
RGB Variations
Color information
#F454D1 (or 0xF454D1) is known color: Free Speech Magenta. HEX triplet: F4, 54 and D1. RGB value is (244,84,209). Sum of RGB (Red+Green+Blue) = 244+84+209=537 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.44% from 537); Green value is 84 (33.20% from 255 or 15.64% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 244 - color contains mainly: red. Hex color #F454D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F454D1 is #0BAB2E. Grayscale: #919191. Windows color (decimal): -764719 or 13718772. OLE color: 13718772.
HSL color Cylindrical-coordinate representation of color #F454D1: hue angle of 313.12º degrees, saturation: 0.88, 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 #F454D1 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 84 | 209 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.04 |
| HSL | 313.13º | 0.88% | 0.64% | - |
| HSV(B) | 313.13º | 0.66% | 0.96% | - |
| XYZ | 51.99 | 30.18 | 63.41 | - |
| YUV | 146.09 | 163.51 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 84 | 209 | 0 | 0.66 | 0.14 | 0.04 | 313.13 | 0.88 | 0.64 |
| Hex | F4 | 54 | D1 | 0 | 42 | E | 4 | 139 | 58 | 40 |
| Octal | 364 | 124 | 321 | 0 | 102 | 16 | 4 | 471 | 130 | 100 |
| Binary | 11110100 | 1010100 | 11010001 | 0 | 1000010 | 1110 | 100 | 100111001 | 1011000 | 1000000 |
Color Harmonies of #F454D1
Complementary color
Monochromatic Colors of #F454D1
Black with #F454D1
Text Example
Text Example
White with #F454D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F454D1; }
p { color: rgb(244,84,209); }
H1.HeaderClassName
{
color: #F454D1;
}
.AnyTagClassName
{
color: #F454D1;
}
</style>
background-color css
<style>
a { background-color: #F454D1; }
a { background-color: rgb(244,84,209); }
div.DivClassName
{
background-color: #F454D1;
}
.BgClassName
{
background-color: #F454D1;
}
</style>
border-color css
<style>
span { border-color: #F454D1; }
span { border-color: rgb(244,84,209); }
td.TdClassName
{
border-color: #F454D1;
}
.TagClassName
{
border-color: #F454D1;
}
</style>