Html Css Color HEX #F365D4 Free Speech Magenta
📋 copy color: '#F365D4'red 243 ◦ green 101 ◦ blue 212
Shades of Free Speech Magenta #F365D4
Tints of Free Speech Magenta #F365D4
RGB
CMYK
RGB Variations
Color information
#F365D4 (or 0xF365D4) is known color: Free Speech Magenta. HEX triplet: F3, 65 and D4. RGB value is (243,101,212). Sum of RGB (Red+Green+Blue) = 243+101+212=556 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.71% from 556); Green value is 101 (39.84% from 255 or 18.17% from 556); Blue value is 212 (83.20% from 255 or 38.13% from 556); Max value from RGB is 243 - color contains mainly: red. Hex color #F365D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F365D4 is #0C9A2B. Grayscale: #9B9B9B. Windows color (decimal): -825900 or 13919731. OLE color: 13919731.
HSL color Cylindrical-coordinate representation of color #F365D4: hue angle of 313.1º 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 #F365D4 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 101 | 212 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.05 |
| HSL | 313.1º | 0.86% | 0.67% | - |
| HSV(B) | 313.1º | 0.58% | 0.95% | - |
| XYZ | 53.5 | 33.12 | 65.86 | - |
| YUV | 156.11 | 159.54 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 101 | 212 | 0 | 0.58 | 0.13 | 0.05 | 313.1 | 0.86 | 0.67 |
| Hex | F3 | 65 | D4 | 0 | 3A | D | 5 | 139 | 56 | 43 |
| Octal | 363 | 145 | 324 | 0 | 72 | 15 | 5 | 471 | 126 | 103 |
| Binary | 11110011 | 1100101 | 11010100 | 0 | 111010 | 1101 | 101 | 100111001 | 1010110 | 1000011 |
Color Harmonies of #F365D4
Complementary color
Monochromatic Colors of #F365D4
Black with #F365D4
Text Example
Text Example
White with #F365D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F365D4; }
p { color: rgb(243,101,212); }
H1.HeaderClassName
{
color: #F365D4;
}
.AnyTagClassName
{
color: #F365D4;
}
</style>
background-color css
<style>
a { background-color: #F365D4; }
a { background-color: rgb(243,101,212); }
div.DivClassName
{
background-color: #F365D4;
}
.BgClassName
{
background-color: #F365D4;
}
</style>
border-color css
<style>
span { border-color: #F365D4; }
span { border-color: rgb(243,101,212); }
td.TdClassName
{
border-color: #F365D4;
}
.TagClassName
{
border-color: #F365D4;
}
</style>