Html Css Color HEX #F463D3 Free Speech Magenta
📋 copy color: '#F463D3'red 244 ◦ green 99 ◦ blue 211
Shades of Free Speech Magenta #F463D3
Tints of Free Speech Magenta #F463D3
RGB
CMYK
RGB Variations
Color information
#F463D3 (or 0xF463D3) is known color: Free Speech Magenta. HEX triplet: F4, 63 and D3. RGB value is (244,99,211). Sum of RGB (Red+Green+Blue) = 244+99+211=554 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.04% from 554); Green value is 99 (39.06% from 255 or 17.87% from 554); Blue value is 211 (82.81% from 255 or 38.09% from 554); Max value from RGB is 244 - color contains mainly: red. Hex color #F463D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F463D3 is #0B9C2C. Grayscale: #9A9A9A. Windows color (decimal): -760877 or 13853684. OLE color: 13853684.
HSL color Cylindrical-coordinate representation of color #F463D3: hue angle of 313.66º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F463D3 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 99 | 211 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.04 |
| HSL | 313.66º | 0.87% | 0.67% | - |
| HSV(B) | 313.66º | 0.59% | 0.96% | - |
| XYZ | 53.53 | 32.86 | 65.15 | - |
| YUV | 155.12 | 159.54 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 99 | 211 | 0 | 0.59 | 0.14 | 0.04 | 313.66 | 0.87 | 0.67 |
| Hex | F4 | 63 | D3 | 0 | 3B | E | 4 | 13A | 57 | 43 |
| Octal | 364 | 143 | 323 | 0 | 73 | 16 | 4 | 472 | 127 | 103 |
| Binary | 11110100 | 1100011 | 11010011 | 0 | 111011 | 1110 | 100 | 100111010 | 1010111 | 1000011 |
Color Harmonies of #F463D3
Complementary color
Monochromatic Colors of #F463D3
Black with #F463D3
Text Example
Text Example
White with #F463D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F463D3; }
p { color: rgb(244,99,211); }
H1.HeaderClassName
{
color: #F463D3;
}
.AnyTagClassName
{
color: #F463D3;
}
</style>
background-color css
<style>
a { background-color: #F463D3; }
a { background-color: rgb(244,99,211); }
div.DivClassName
{
background-color: #F463D3;
}
.BgClassName
{
background-color: #F463D3;
}
</style>
border-color css
<style>
span { border-color: #F463D3; }
span { border-color: rgb(244,99,211); }
td.TdClassName
{
border-color: #F463D3;
}
.TagClassName
{
border-color: #F463D3;
}
</style>