Html Css Color HEX #F458DC Free Speech Magenta
📋 copy color: '#F458DC'red 244 ◦ green 88 ◦ blue 220
Shades of Free Speech Magenta #F458DC
Tints of Free Speech Magenta #F458DC
RGB
CMYK
RGB Variations
Color information
#F458DC (or 0xF458DC) is known color: Free Speech Magenta. HEX triplet: F4, 58 and DC. RGB value is (244,88,220). Sum of RGB (Red+Green+Blue) = 244+88+220=552 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.20% from 552); Green value is 88 (34.77% from 255 or 15.94% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 244 - color contains mainly: red. Hex color #F458DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F458DC is #0BA723. Grayscale: #959595. Windows color (decimal): -763684 or 14440692. OLE color: 14440692.
HSL color Cylindrical-coordinate representation of color #F458DC: hue angle of 309.23º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F458DC is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 88 | 220 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.04 |
| HSL | 309.23º | 0.88% | 0.65% | - |
| HSV(B) | 309.23º | 0.64% | 0.96% | - |
| XYZ | 53.72 | 31.38 | 70.94 | - |
| YUV | 149.69 | 167.68 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 88 | 220 | 0 | 0.64 | 0.10 | 0.04 | 309.23 | 0.88 | 0.65 |
| Hex | F4 | 58 | DC | 0 | 40 | A | 4 | 135 | 58 | 41 |
| Octal | 364 | 130 | 334 | 0 | 100 | 12 | 4 | 465 | 130 | 101 |
| Binary | 11110100 | 1011000 | 11011100 | 0 | 1000000 | 1010 | 100 | 100110101 | 1011000 | 1000001 |
Color Harmonies of #F458DC
Complementary color
Monochromatic Colors of #F458DC
Black with #F458DC
Text Example
Text Example
White with #F458DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F458DC; }
p { color: rgb(244,88,220); }
H1.HeaderClassName
{
color: #F458DC;
}
.AnyTagClassName
{
color: #F458DC;
}
</style>
background-color css
<style>
a { background-color: #F458DC; }
a { background-color: rgb(244,88,220); }
div.DivClassName
{
background-color: #F458DC;
}
.BgClassName
{
background-color: #F458DC;
}
</style>
border-color css
<style>
span { border-color: #F458DC; }
span { border-color: rgb(244,88,220); }
td.TdClassName
{
border-color: #F458DC;
}
.TagClassName
{
border-color: #F458DC;
}
</style>