Html Css Color HEX #F453DF Free Speech Magenta
📋 copy color: '#F453DF'red 244 ◦ green 83 ◦ blue 223
Shades of Free Speech Magenta #F453DF
Tints of Free Speech Magenta #F453DF
RGB
CMYK
RGB Variations
Color information
#F453DF (or 0xF453DF) is known color: Free Speech Magenta. HEX triplet: F4, 53 and DF. RGB value is (244,83,223). Sum of RGB (Red+Green+Blue) = 244+83+223=550 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.36% from 550); Green value is 83 (32.81% from 255 or 15.09% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 244 - color contains mainly: red. Hex color #F453DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F453DF is #0BAC20. Grayscale: #929292. Windows color (decimal): -764961 or 14636020. OLE color: 14636020.
HSL color Cylindrical-coordinate representation of color #F453DF: hue angle of 307.83º 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 #F453DF is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 83 | 223 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.04 |
| HSL | 307.83º | 0.88% | 0.64% | - |
| HSV(B) | 307.83º | 0.66% | 0.96% | - |
| XYZ | 53.72 | 30.75 | 72.92 | - |
| YUV | 147.1 | 170.84 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 83 | 223 | 0 | 0.66 | 0.09 | 0.04 | 307.83 | 0.88 | 0.64 |
| Hex | F4 | 53 | DF | 0 | 42 | 9 | 4 | 134 | 58 | 40 |
| Octal | 364 | 123 | 337 | 0 | 102 | 11 | 4 | 464 | 130 | 100 |
| Binary | 11110100 | 1010011 | 11011111 | 0 | 1000010 | 1001 | 100 | 100110100 | 1011000 | 1000000 |
Color Harmonies of #F453DF
Complementary color
Monochromatic Colors of #F453DF
Black with #F453DF
Text Example
Text Example
White with #F453DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F453DF; }
p { color: rgb(244,83,223); }
H1.HeaderClassName
{
color: #F453DF;
}
.AnyTagClassName
{
color: #F453DF;
}
</style>
background-color css
<style>
a { background-color: #F453DF; }
a { background-color: rgb(244,83,223); }
div.DivClassName
{
background-color: #F453DF;
}
.BgClassName
{
background-color: #F453DF;
}
</style>
border-color css
<style>
span { border-color: #F453DF; }
span { border-color: rgb(244,83,223); }
td.TdClassName
{
border-color: #F453DF;
}
.TagClassName
{
border-color: #F453DF;
}
</style>