Html Css Color HEX #F365DC Free Speech Magenta
📋 copy color: '#F365DC'red 243 ◦ green 101 ◦ blue 220
Shades of Free Speech Magenta #F365DC
Tints of Free Speech Magenta #F365DC
RGB
CMYK
RGB Variations
Color information
#F365DC (or 0xF365DC) is known color: Free Speech Magenta. HEX triplet: F3, 65 and DC. RGB value is (243,101,220). Sum of RGB (Red+Green+Blue) = 243+101+220=564 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.09% from 564); Green value is 101 (39.84% from 255 or 17.91% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 243 - color contains mainly: red. Hex color #F365DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F365DC is #0C9A23. Grayscale: #9C9C9C. Windows color (decimal): -825892 or 14444019. OLE color: 14444019.
HSL color Cylindrical-coordinate representation of color #F365DC: hue angle of 309.72º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F365DC is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 101 | 220 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.05 |
| HSL | 309.72º | 0.86% | 0.67% | - |
| HSV(B) | 309.72º | 0.58% | 0.95% | - |
| XYZ | 54.53 | 33.53 | 71.31 | - |
| YUV | 157.02 | 163.54 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 101 | 220 | 0 | 0.58 | 0.09 | 0.05 | 309.72 | 0.86 | 0.67 |
| Hex | F3 | 65 | DC | 0 | 3A | 9 | 5 | 136 | 56 | 43 |
| Octal | 363 | 145 | 334 | 0 | 72 | 11 | 5 | 466 | 126 | 103 |
| Binary | 11110011 | 1100101 | 11011100 | 0 | 111010 | 1001 | 101 | 100110110 | 1010110 | 1000011 |
Color Harmonies of #F365DC
Complementary color
Monochromatic Colors of #F365DC
Black with #F365DC
Text Example
Text Example
White with #F365DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F365DC; }
p { color: rgb(243,101,220); }
H1.HeaderClassName
{
color: #F365DC;
}
.AnyTagClassName
{
color: #F365DC;
}
</style>
background-color css
<style>
a { background-color: #F365DC; }
a { background-color: rgb(243,101,220); }
div.DivClassName
{
background-color: #F365DC;
}
.BgClassName
{
background-color: #F365DC;
}
</style>
border-color css
<style>
span { border-color: #F365DC; }
span { border-color: rgb(243,101,220); }
td.TdClassName
{
border-color: #F365DC;
}
.TagClassName
{
border-color: #F365DC;
}
</style>