Html Css Color HEX #F365DD Free Speech Magenta
📋 copy color: '#F365DD'red 243 ◦ green 101 ◦ blue 221
Shades of Free Speech Magenta #F365DD
Tints of Free Speech Magenta #F365DD
RGB
CMYK
RGB Variations
Color information
#F365DD (or 0xF365DD) is known color: Free Speech Magenta. HEX triplet: F3, 65 and DD. RGB value is (243,101,221). Sum of RGB (Red+Green+Blue) = 243+101+221=565 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.01% from 565); Green value is 101 (39.84% from 255 or 17.88% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 243 - color contains mainly: red. Hex color #F365DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F365DD is #0C9A22. Grayscale: #9C9C9C. Windows color (decimal): -825891 or 14509555. OLE color: 14509555.
HSL color Cylindrical-coordinate representation of color #F365DD: hue angle of 309.3º 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 #F365DD is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 101 | 221 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.05 |
| HSL | 309.3º | 0.86% | 0.67% | - |
| HSV(B) | 309.3º | 0.58% | 0.95% | - |
| XYZ | 54.67 | 33.58 | 72.01 | - |
| YUV | 157.14 | 164.04 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 101 | 221 | 0 | 0.58 | 0.09 | 0.05 | 309.3 | 0.86 | 0.67 |
| Hex | F3 | 65 | DD | 0 | 3A | 9 | 5 | 135 | 56 | 43 |
| Octal | 363 | 145 | 335 | 0 | 72 | 11 | 5 | 465 | 126 | 103 |
| Binary | 11110011 | 1100101 | 11011101 | 0 | 111010 | 1001 | 101 | 100110101 | 1010110 | 1000011 |
Color Harmonies of #F365DD
Complementary color
Monochromatic Colors of #F365DD
Black with #F365DD
Text Example
Text Example
White with #F365DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F365DD; }
p { color: rgb(243,101,221); }
H1.HeaderClassName
{
color: #F365DD;
}
.AnyTagClassName
{
color: #F365DD;
}
</style>
background-color css
<style>
a { background-color: #F365DD; }
a { background-color: rgb(243,101,221); }
div.DivClassName
{
background-color: #F365DD;
}
.BgClassName
{
background-color: #F365DD;
}
</style>
border-color css
<style>
span { border-color: #F365DD; }
span { border-color: rgb(243,101,221); }
td.TdClassName
{
border-color: #F365DD;
}
.TagClassName
{
border-color: #F365DD;
}
</style>