Html Css Color HEX #F453D1 Free Speech Magenta
📋 copy color: '#F453D1'red 244 ◦ green 83 ◦ blue 209
Shades of Free Speech Magenta #F453D1
Tints of Free Speech Magenta #F453D1
RGB
CMYK
RGB Variations
Color information
#F453D1 (or 0xF453D1) is known color: Free Speech Magenta. HEX triplet: F4, 53 and D1. RGB value is (244,83,209). Sum of RGB (Red+Green+Blue) = 244+83+209=536 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.52% from 536); Green value is 83 (32.81% from 255 or 15.49% from 536); Blue value is 209 (82.03% from 255 or 38.99% from 536); Max value from RGB is 244 - color contains mainly: red. Hex color #F453D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F453D1 is #0BAC2E. Grayscale: #919191. Windows color (decimal): -764975 or 13718516. OLE color: 13718516.
HSL color Cylindrical-coordinate representation of color #F453D1: hue angle of 313.04º 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 #F453D1 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 83 | 209 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.04 |
| HSL | 313.04º | 0.88% | 0.64% | - |
| HSV(B) | 313.04º | 0.66% | 0.96% | - |
| XYZ | 51.91 | 30.02 | 63.38 | - |
| YUV | 145.5 | 163.84 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 83 | 209 | 0 | 0.66 | 0.14 | 0.04 | 313.04 | 0.88 | 0.64 |
| Hex | F4 | 53 | D1 | 0 | 42 | E | 4 | 139 | 58 | 40 |
| Octal | 364 | 123 | 321 | 0 | 102 | 16 | 4 | 471 | 130 | 100 |
| Binary | 11110100 | 1010011 | 11010001 | 0 | 1000010 | 1110 | 100 | 100111001 | 1011000 | 1000000 |
Color Harmonies of #F453D1
Complementary color
Monochromatic Colors of #F453D1
Black with #F453D1
Text Example
Text Example
White with #F453D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F453D1; }
p { color: rgb(244,83,209); }
H1.HeaderClassName
{
color: #F453D1;
}
.AnyTagClassName
{
color: #F453D1;
}
</style>
background-color css
<style>
a { background-color: #F453D1; }
a { background-color: rgb(244,83,209); }
div.DivClassName
{
background-color: #F453D1;
}
.BgClassName
{
background-color: #F453D1;
}
</style>
border-color css
<style>
span { border-color: #F453D1; }
span { border-color: rgb(244,83,209); }
td.TdClassName
{
border-color: #F453D1;
}
.TagClassName
{
border-color: #F453D1;
}
</style>