Html Css Color HEX #F458DD Free Speech Magenta
📋 copy color: '#F458DD'red 244 ◦ green 88 ◦ blue 221
Shades of Free Speech Magenta #F458DD
Tints of Free Speech Magenta #F458DD
RGB
CMYK
RGB Variations
Color information
#F458DD (or 0xF458DD) is known color: Free Speech Magenta. HEX triplet: F4, 58 and DD. RGB value is (244,88,221). Sum of RGB (Red+Green+Blue) = 244+88+221=553 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.12% from 553); Green value is 88 (34.77% from 255 or 15.91% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 244 - color contains mainly: red. Hex color #F458DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F458DD is #0BA722. Grayscale: #959595. Windows color (decimal): -763683 or 14506228. OLE color: 14506228.
HSL color Cylindrical-coordinate representation of color #F458DD: hue angle of 308.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 #F458DD is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 88 | 221 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.04 |
| HSL | 308.85º | 0.88% | 0.65% | - |
| HSV(B) | 308.85º | 0.64% | 0.96% | - |
| XYZ | 53.85 | 31.43 | 71.64 | - |
| YUV | 149.81 | 168.18 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 88 | 221 | 0 | 0.64 | 0.09 | 0.04 | 308.85 | 0.88 | 0.65 |
| Hex | F4 | 58 | DD | 0 | 40 | 9 | 4 | 135 | 58 | 41 |
| Octal | 364 | 130 | 335 | 0 | 100 | 11 | 4 | 465 | 130 | 101 |
| Binary | 11110100 | 1011000 | 11011101 | 0 | 1000000 | 1001 | 100 | 100110101 | 1011000 | 1000001 |
Color Harmonies of #F458DD
Complementary color
Monochromatic Colors of #F458DD
Black with #F458DD
Text Example
Text Example
White with #F458DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F458DD; }
p { color: rgb(244,88,221); }
H1.HeaderClassName
{
color: #F458DD;
}
.AnyTagClassName
{
color: #F458DD;
}
</style>
background-color css
<style>
a { background-color: #F458DD; }
a { background-color: rgb(244,88,221); }
div.DivClassName
{
background-color: #F458DD;
}
.BgClassName
{
background-color: #F458DD;
}
</style>
border-color css
<style>
span { border-color: #F458DD; }
span { border-color: rgb(244,88,221); }
td.TdClassName
{
border-color: #F458DD;
}
.TagClassName
{
border-color: #F458DD;
}
</style>