Html Css Color HEX #F458D0 Free Speech Magenta
📋 copy color: '#F458D0'red 244 ◦ green 88 ◦ blue 208
Shades of Free Speech Magenta #F458D0
Tints of Free Speech Magenta #F458D0
RGB
CMYK
RGB Variations
Color information
#F458D0 (or 0xF458D0) is known color: Free Speech Magenta. HEX triplet: F4, 58 and D0. RGB value is (244,88,208). Sum of RGB (Red+Green+Blue) = 244+88+208=540 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.19% from 540); Green value is 88 (34.77% from 255 or 16.30% from 540); Blue value is 208 (81.64% from 255 or 38.52% from 540); Max value from RGB is 244 - color contains mainly: red. Hex color #F458D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F458D0 is #0BA72F. Grayscale: #949494. Windows color (decimal): -763696 or 13654260. OLE color: 13654260.
HSL color Cylindrical-coordinate representation of color #F458D0: hue angle of 313.85º 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 #F458D0 is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 88 | 208 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.04 |
| HSL | 313.85º | 0.88% | 0.65% | - |
| HSV(B) | 313.85º | 0.64% | 0.96% | - |
| XYZ | 52.18 | 30.77 | 62.86 | - |
| YUV | 148.32 | 161.68 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 88 | 208 | 0 | 0.64 | 0.15 | 0.04 | 313.85 | 0.88 | 0.65 |
| Hex | F4 | 58 | D0 | 0 | 40 | F | 4 | 13A | 58 | 41 |
| Octal | 364 | 130 | 320 | 0 | 100 | 17 | 4 | 472 | 130 | 101 |
| Binary | 11110100 | 1011000 | 11010000 | 0 | 1000000 | 1111 | 100 | 100111010 | 1011000 | 1000001 |
Color Harmonies of #F458D0
Complementary color
Monochromatic Colors of #F458D0
Black with #F458D0
Text Example
Text Example
White with #F458D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F458D0; }
p { color: rgb(244,88,208); }
H1.HeaderClassName
{
color: #F458D0;
}
.AnyTagClassName
{
color: #F458D0;
}
</style>
background-color css
<style>
a { background-color: #F458D0; }
a { background-color: rgb(244,88,208); }
div.DivClassName
{
background-color: #F458D0;
}
.BgClassName
{
background-color: #F458D0;
}
</style>
border-color css
<style>
span { border-color: #F458D0; }
span { border-color: rgb(244,88,208); }
td.TdClassName
{
border-color: #F458D0;
}
.TagClassName
{
border-color: #F458D0;
}
</style>