Html Css Color HEX #F366DF Free Speech Magenta
📋 copy color: '#F366DF'red 243 ◦ green 102 ◦ blue 223
Shades of Free Speech Magenta #F366DF
Tints of Free Speech Magenta #F366DF
RGB
CMYK
RGB Variations
Color information
#F366DF (or 0xF366DF) is known color: Free Speech Magenta. HEX triplet: F3, 66 and DF. RGB value is (243,102,223). Sum of RGB (Red+Green+Blue) = 243+102+223=568 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.78% from 568); Green value is 102 (40.23% from 255 or 17.96% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 243 - color contains mainly: red. Hex color #F366DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F366DF is #0C9920. Grayscale: #9D9D9D. Windows color (decimal): -825633 or 14640883. OLE color: 14640883.
HSL color Cylindrical-coordinate representation of color #F366DF: hue angle of 308.51º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F366DF is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 102 | 223 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.05 |
| HSL | 308.51º | 0.85% | 0.68% | - |
| HSV(B) | 308.51º | 0.58% | 0.95% | - |
| XYZ | 55.03 | 33.89 | 73.45 | - |
| YUV | 157.95 | 164.71 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 102 | 223 | 0 | 0.58 | 0.08 | 0.05 | 308.51 | 0.85 | 0.68 |
| Hex | F3 | 66 | DF | 0 | 3A | 8 | 5 | 135 | 55 | 44 |
| Octal | 363 | 146 | 337 | 0 | 72 | 10 | 5 | 465 | 125 | 104 |
| Binary | 11110011 | 1100110 | 11011111 | 0 | 111010 | 1000 | 101 | 100110101 | 1010101 | 1000100 |
Color Harmonies of #F366DF
Complementary color
Monochromatic Colors of #F366DF
Black with #F366DF
Text Example
Text Example
White with #F366DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F366DF; }
p { color: rgb(243,102,223); }
H1.HeaderClassName
{
color: #F366DF;
}
.AnyTagClassName
{
color: #F366DF;
}
</style>
background-color css
<style>
a { background-color: #F366DF; }
a { background-color: rgb(243,102,223); }
div.DivClassName
{
background-color: #F366DF;
}
.BgClassName
{
background-color: #F366DF;
}
</style>
border-color css
<style>
span { border-color: #F366DF; }
span { border-color: rgb(243,102,223); }
td.TdClassName
{
border-color: #F366DF;
}
.TagClassName
{
border-color: #F366DF;
}
</style>