Html Css Color HEX #F366D8 Free Speech Magenta
📋 copy color: '#F366D8'red 243 ◦ green 102 ◦ blue 216
Shades of Free Speech Magenta #F366D8
Tints of Free Speech Magenta #F366D8
RGB
CMYK
RGB Variations
Color information
#F366D8 (or 0xF366D8) is known color: Free Speech Magenta. HEX triplet: F3, 66 and D8. RGB value is (243,102,216). Sum of RGB (Red+Green+Blue) = 243+102+216=561 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.32% from 561); Green value is 102 (40.23% from 255 or 18.18% from 561); Blue value is 216 (84.77% from 255 or 38.50% from 561); Max value from RGB is 243 - color contains mainly: red. Hex color #F366D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F366D8 is #0C9927. Grayscale: #9C9C9C. Windows color (decimal): -825640 or 14182131. OLE color: 14182131.
HSL color Cylindrical-coordinate representation of color #F366D8: hue angle of 311.49º 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 #F366D8 is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 102 | 216 | - |
| CMYK | 0 | 0.58 | 0.11 | 0.05 |
| HSL | 311.49º | 0.85% | 0.68% | - |
| HSV(B) | 311.49º | 0.58% | 0.95% | - |
| XYZ | 54.11 | 33.52 | 68.58 | - |
| YUV | 157.16 | 161.21 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 102 | 216 | 0 | 0.58 | 0.11 | 0.05 | 311.49 | 0.85 | 0.68 |
| Hex | F3 | 66 | D8 | 0 | 3A | B | 5 | 137 | 55 | 44 |
| Octal | 363 | 146 | 330 | 0 | 72 | 13 | 5 | 467 | 125 | 104 |
| Binary | 11110011 | 1100110 | 11011000 | 0 | 111010 | 1011 | 101 | 100110111 | 1010101 | 1000100 |
Color Harmonies of #F366D8
Complementary color
Monochromatic Colors of #F366D8
Black with #F366D8
Text Example
Text Example
White with #F366D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F366D8; }
p { color: rgb(243,102,216); }
H1.HeaderClassName
{
color: #F366D8;
}
.AnyTagClassName
{
color: #F366D8;
}
</style>
background-color css
<style>
a { background-color: #F366D8; }
a { background-color: rgb(243,102,216); }
div.DivClassName
{
background-color: #F366D8;
}
.BgClassName
{
background-color: #F366D8;
}
</style>
border-color css
<style>
span { border-color: #F366D8; }
span { border-color: rgb(243,102,216); }
td.TdClassName
{
border-color: #F366D8;
}
.TagClassName
{
border-color: #F366D8;
}
</style>