Html Css Color HEX #F458D1 Free Speech Magenta
📋 copy color: '#F458D1'red 244 ◦ green 88 ◦ blue 209
Shades of Free Speech Magenta #F458D1
Tints of Free Speech Magenta #F458D1
RGB
CMYK
RGB Variations
Color information
#F458D1 (or 0xF458D1) is known color: Free Speech Magenta. HEX triplet: F4, 58 and D1. RGB value is (244,88,209). Sum of RGB (Red+Green+Blue) = 244+88+209=541 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.10% from 541); Green value is 88 (34.77% from 255 or 16.27% from 541); Blue value is 209 (82.03% from 255 or 38.63% from 541); Max value from RGB is 244 - color contains mainly: red. Hex color #F458D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F458D1 is #0BA72E. Grayscale: #949494. Windows color (decimal): -763695 or 13719796. OLE color: 13719796.
HSL color Cylindrical-coordinate representation of color #F458D1: hue angle of 313.46º 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 #F458D1 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 88 | 209 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.04 |
| HSL | 313.46º | 0.88% | 0.65% | - |
| HSV(B) | 313.46º | 0.64% | 0.96% | - |
| XYZ | 52.31 | 30.82 | 63.51 | - |
| YUV | 148.44 | 162.18 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 88 | 209 | 0 | 0.64 | 0.14 | 0.04 | 313.46 | 0.88 | 0.65 |
| Hex | F4 | 58 | D1 | 0 | 40 | E | 4 | 139 | 58 | 41 |
| Octal | 364 | 130 | 321 | 0 | 100 | 16 | 4 | 471 | 130 | 101 |
| Binary | 11110100 | 1011000 | 11010001 | 0 | 1000000 | 1110 | 100 | 100111001 | 1011000 | 1000001 |
Color Harmonies of #F458D1
Complementary color
Monochromatic Colors of #F458D1
Black with #F458D1
Text Example
Text Example
White with #F458D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F458D1; }
p { color: rgb(244,88,209); }
H1.HeaderClassName
{
color: #F458D1;
}
.AnyTagClassName
{
color: #F458D1;
}
</style>
background-color css
<style>
a { background-color: #F458D1; }
a { background-color: rgb(244,88,209); }
div.DivClassName
{
background-color: #F458D1;
}
.BgClassName
{
background-color: #F458D1;
}
</style>
border-color css
<style>
span { border-color: #F458D1; }
span { border-color: rgb(244,88,209); }
td.TdClassName
{
border-color: #F458D1;
}
.TagClassName
{
border-color: #F458D1;
}
</style>