Html Css Color HEX #F363DF Free Speech Magenta
📋 copy color: '#F363DF'red 243 ◦ green 99 ◦ blue 223
Shades of Free Speech Magenta #F363DF
Tints of Free Speech Magenta #F363DF
RGB
CMYK
RGB Variations
Color information
#F363DF (or 0xF363DF) is known color: Free Speech Magenta. HEX triplet: F3, 63 and DF. RGB value is (243,99,223). Sum of RGB (Red+Green+Blue) = 243+99+223=565 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.01% from 565); Green value is 99 (39.06% from 255 or 17.52% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 243 - color contains mainly: red. Hex color #F363DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F363DF is #0C9C20. Grayscale: #9B9B9B. Windows color (decimal): -826401 or 14640115. OLE color: 14640115.
HSL color Cylindrical-coordinate representation of color #F363DF: hue angle of 308.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 #F363DF is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 99 | 223 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.05 |
| HSL | 308.33º | 0.86% | 0.67% | - |
| HSV(B) | 308.33º | 0.59% | 0.95% | - |
| XYZ | 54.74 | 33.31 | 73.36 | - |
| YUV | 156.19 | 165.71 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 99 | 223 | 0 | 0.59 | 0.08 | 0.05 | 308.33 | 0.86 | 0.67 |
| Hex | F3 | 63 | DF | 0 | 3B | 8 | 5 | 134 | 56 | 43 |
| Octal | 363 | 143 | 337 | 0 | 73 | 10 | 5 | 464 | 126 | 103 |
| Binary | 11110011 | 1100011 | 11011111 | 0 | 111011 | 1000 | 101 | 100110100 | 1010110 | 1000011 |
Color Harmonies of #F363DF
Complementary color
Monochromatic Colors of #F363DF
Black with #F363DF
Text Example
Text Example
White with #F363DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F363DF; }
p { color: rgb(243,99,223); }
H1.HeaderClassName
{
color: #F363DF;
}
.AnyTagClassName
{
color: #F363DF;
}
</style>
background-color css
<style>
a { background-color: #F363DF; }
a { background-color: rgb(243,99,223); }
div.DivClassName
{
background-color: #F363DF;
}
.BgClassName
{
background-color: #F363DF;
}
</style>
border-color css
<style>
span { border-color: #F363DF; }
span { border-color: rgb(243,99,223); }
td.TdClassName
{
border-color: #F363DF;
}
.TagClassName
{
border-color: #F363DF;
}
</style>