Html Css Color HEX #F45CDD Free Speech Magenta
📋 copy color: '#F45CDD'red 244 ◦ green 92 ◦ blue 221
Shades of Free Speech Magenta #F45CDD
Tints of Free Speech Magenta #F45CDD
RGB
CMYK
RGB Variations
Color information
#F45CDD (or 0xF45CDD) is known color: Free Speech Magenta. HEX triplet: F4, 5C and DD. RGB value is (244,92,221). Sum of RGB (Red+Green+Blue) = 244+92+221=557 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.81% from 557); Green value is 92 (36.33% from 255 or 16.52% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 244 - color contains mainly: red. Hex color #F45CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F45CDD is #0BA322. Grayscale: #979797. Windows color (decimal): -762659 or 14507252. OLE color: 14507252.
HSL color Cylindrical-coordinate representation of color #F45CDD: hue angle of 309.08º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F45CDD is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 92 | 221 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.04 |
| HSL | 309.08º | 0.87% | 0.66% | - |
| HSV(B) | 309.08º | 0.62% | 0.96% | - |
| XYZ | 54.19 | 32.11 | 71.75 | - |
| YUV | 152.15 | 166.86 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 92 | 221 | 0 | 0.62 | 0.09 | 0.04 | 309.08 | 0.87 | 0.66 |
| Hex | F4 | 5C | DD | 0 | 3E | 9 | 4 | 135 | 57 | 42 |
| Octal | 364 | 134 | 335 | 0 | 76 | 11 | 4 | 465 | 127 | 102 |
| Binary | 11110100 | 1011100 | 11011101 | 0 | 111110 | 1001 | 100 | 100110101 | 1010111 | 1000010 |
Color Harmonies of #F45CDD
Complementary color
Monochromatic Colors of #F45CDD
Black with #F45CDD
Text Example
Text Example
White with #F45CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45CDD; }
p { color: rgb(244,92,221); }
H1.HeaderClassName
{
color: #F45CDD;
}
.AnyTagClassName
{
color: #F45CDD;
}
</style>
background-color css
<style>
a { background-color: #F45CDD; }
a { background-color: rgb(244,92,221); }
div.DivClassName
{
background-color: #F45CDD;
}
.BgClassName
{
background-color: #F45CDD;
}
</style>
border-color css
<style>
span { border-color: #F45CDD; }
span { border-color: rgb(244,92,221); }
td.TdClassName
{
border-color: #F45CDD;
}
.TagClassName
{
border-color: #F45CDD;
}
</style>