Html Css Color HEX #F363D3 Free Speech Magenta
📋 copy color: '#F363D3'red 243 ◦ green 99 ◦ blue 211
Shades of Free Speech Magenta #F363D3
Tints of Free Speech Magenta #F363D3
RGB
CMYK
RGB Variations
Color information
#F363D3 (or 0xF363D3) is known color: Free Speech Magenta. HEX triplet: F3, 63 and D3. RGB value is (243,99,211). Sum of RGB (Red+Green+Blue) = 243+99+211=553 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.94% from 553); Green value is 99 (39.06% from 255 or 17.90% from 553); Blue value is 211 (82.81% from 255 or 38.16% from 553); Max value from RGB is 243 - color contains mainly: red. Hex color #F363D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F363D3 is #0C9C2C. Grayscale: #9A9A9A. Windows color (decimal): -826413 or 13853683. OLE color: 13853683.
HSL color Cylindrical-coordinate representation of color #F363D3: hue angle of 313.33º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F363D3 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 99 | 211 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.05 |
| HSL | 313.33º | 0.86% | 0.67% | - |
| HSV(B) | 313.33º | 0.59% | 0.95% | - |
| XYZ | 53.18 | 32.68 | 65.13 | - |
| YUV | 154.82 | 159.71 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 99 | 211 | 0 | 0.59 | 0.13 | 0.05 | 313.33 | 0.86 | 0.67 |
| Hex | F3 | 63 | D3 | 0 | 3B | D | 5 | 139 | 56 | 43 |
| Octal | 363 | 143 | 323 | 0 | 73 | 15 | 5 | 471 | 126 | 103 |
| Binary | 11110011 | 1100011 | 11010011 | 0 | 111011 | 1101 | 101 | 100111001 | 1010110 | 1000011 |
Color Harmonies of #F363D3
Complementary color
Monochromatic Colors of #F363D3
Black with #F363D3
Text Example
Text Example
White with #F363D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F363D3; }
p { color: rgb(243,99,211); }
H1.HeaderClassName
{
color: #F363D3;
}
.AnyTagClassName
{
color: #F363D3;
}
</style>
background-color css
<style>
a { background-color: #F363D3; }
a { background-color: rgb(243,99,211); }
div.DivClassName
{
background-color: #F363D3;
}
.BgClassName
{
background-color: #F363D3;
}
</style>
border-color css
<style>
span { border-color: #F363D3; }
span { border-color: rgb(243,99,211); }
td.TdClassName
{
border-color: #F363D3;
}
.TagClassName
{
border-color: #F363D3;
}
</style>