Html Css Color HEX #F446DC Free Speech Magenta
📋 copy color: '#F446DC'red 244 ◦ green 70 ◦ blue 220
Shades of Free Speech Magenta #F446DC
Tints of Free Speech Magenta #F446DC
RGB
CMYK
RGB Variations
Color information
#F446DC (or 0xF446DC) is known color: Free Speech Magenta. HEX triplet: F4, 46 and DC. RGB value is (244,70,220). Sum of RGB (Red+Green+Blue) = 244+70+220=534 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.69% from 534); Green value is 70 (27.73% from 255 or 13.11% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 244 - color contains mainly: red. Hex color #F446DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F446DC is #0BB923. Grayscale: #8A8A8A. Windows color (decimal): -768292 or 14436084. OLE color: 14436084.
HSL color Cylindrical-coordinate representation of color #F446DC: hue angle of 308.28º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F446DC is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 70 | 220 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.04 |
| HSL | 308.28º | 0.89% | 0.62% | - |
| HSV(B) | 308.28º | 0.71% | 0.96% | - |
| XYZ | 52.42 | 28.78 | 70.5 | - |
| YUV | 139.13 | 173.65 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 70 | 220 | 0 | 0.71 | 0.10 | 0.04 | 308.28 | 0.89 | 0.62 |
| Hex | F4 | 46 | DC | 0 | 47 | A | 4 | 134 | 59 | 3E |
| Octal | 364 | 106 | 334 | 0 | 107 | 12 | 4 | 464 | 131 | 76 |
| Binary | 11110100 | 1000110 | 11011100 | 0 | 1000111 | 1010 | 100 | 100110100 | 1011001 | 111110 |
Color Harmonies of #F446DC
Complementary color
Monochromatic Colors of #F446DC
Black with #F446DC
Text Example
Text Example
White with #F446DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F446DC; }
p { color: rgb(244,70,220); }
H1.HeaderClassName
{
color: #F446DC;
}
.AnyTagClassName
{
color: #F446DC;
}
</style>
background-color css
<style>
a { background-color: #F446DC; }
a { background-color: rgb(244,70,220); }
div.DivClassName
{
background-color: #F446DC;
}
.BgClassName
{
background-color: #F446DC;
}
</style>
border-color css
<style>
span { border-color: #F446DC; }
span { border-color: rgb(244,70,220); }
td.TdClassName
{
border-color: #F446DC;
}
.TagClassName
{
border-color: #F446DC;
}
</style>