Html Css Color HEX #F565DD Free Speech Magenta
📋 copy color: '#F565DD'red 245 ◦ green 101 ◦ blue 221
Shades of Free Speech Magenta #F565DD
Tints of Free Speech Magenta #F565DD
RGB
CMYK
RGB Variations
Color information
#F565DD (or 0xF565DD) is known color: Free Speech Magenta. HEX triplet: F5, 65 and DD. RGB value is (245,101,221). Sum of RGB (Red+Green+Blue) = 245+101+221=567 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.21% from 567); Green value is 101 (39.84% from 255 or 17.81% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 245 - color contains mainly: red. Hex color #F565DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F565DD is #0A9A22. Grayscale: #9D9D9D. Windows color (decimal): -694819 or 14509557. OLE color: 14509557.
HSL color Cylindrical-coordinate representation of color #F565DD: hue angle of 310º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F565DD is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 101 | 221 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.04 |
| HSL | 310º | 0.88% | 0.68% | - |
| HSV(B) | 310º | 0.59% | 0.96% | - |
| XYZ | 55.36 | 33.94 | 72.04 | - |
| YUV | 157.74 | 163.71 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 101 | 221 | 0 | 0.59 | 0.10 | 0.04 | 310 | 0.88 | 0.68 |
| Hex | F5 | 65 | DD | 0 | 3B | A | 4 | 136 | 58 | 44 |
| Octal | 365 | 145 | 335 | 0 | 73 | 12 | 4 | 466 | 130 | 104 |
| Binary | 11110101 | 1100101 | 11011101 | 0 | 111011 | 1010 | 100 | 100110110 | 1011000 | 1000100 |
Color Harmonies of #F565DD
Complementary color
Monochromatic Colors of #F565DD
Black with #F565DD
Text Example
Text Example
White with #F565DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F565DD; }
p { color: rgb(245,101,221); }
H1.HeaderClassName
{
color: #F565DD;
}
.AnyTagClassName
{
color: #F565DD;
}
</style>
background-color css
<style>
a { background-color: #F565DD; }
a { background-color: rgb(245,101,221); }
div.DivClassName
{
background-color: #F565DD;
}
.BgClassName
{
background-color: #F565DD;
}
</style>
border-color css
<style>
span { border-color: #F565DD; }
span { border-color: rgb(245,101,221); }
td.TdClassName
{
border-color: #F565DD;
}
.TagClassName
{
border-color: #F565DD;
}
</style>