Html Css Color HEX #F65FDD Free Speech Magenta
📋 copy color: '#F65FDD'red 246 ◦ green 95 ◦ blue 221
Shades of Free Speech Magenta #F65FDD
Tints of Free Speech Magenta #F65FDD
RGB
CMYK
RGB Variations
Color information
#F65FDD (or 0xF65FDD) is known color: Free Speech Magenta. HEX triplet: F6, 5F and DD. RGB value is (246,95,221). Sum of RGB (Red+Green+Blue) = 246+95+221=562 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.77% from 562); Green value is 95 (37.5% from 255 or 16.90% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 246 - color contains mainly: red. Hex color #F65FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65FDD is #09A022. Grayscale: #9A9A9A. Windows color (decimal): -630819 or 14508022. OLE color: 14508022.
HSL color Cylindrical-coordinate representation of color #F65FDD: hue angle of 309.93º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F65FDD is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 95 | 221 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.04 |
| HSL | 309.93º | 0.89% | 0.67% | - |
| HSV(B) | 309.93º | 0.61% | 0.96% | - |
| XYZ | 55.15 | 33 | 71.87 | - |
| YUV | 154.51 | 165.53 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 95 | 221 | 0 | 0.61 | 0.10 | 0.04 | 309.93 | 0.89 | 0.67 |
| Hex | F6 | 5F | DD | 0 | 3D | A | 4 | 136 | 59 | 43 |
| Octal | 366 | 137 | 335 | 0 | 75 | 12 | 4 | 466 | 131 | 103 |
| Binary | 11110110 | 1011111 | 11011101 | 0 | 111101 | 1010 | 100 | 100110110 | 1011001 | 1000011 |
Color Harmonies of #F65FDD
Complementary color
Monochromatic Colors of #F65FDD
Black with #F65FDD
Text Example
Text Example
White with #F65FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65FDD; }
p { color: rgb(246,95,221); }
H1.HeaderClassName
{
color: #F65FDD;
}
.AnyTagClassName
{
color: #F65FDD;
}
</style>
background-color css
<style>
a { background-color: #F65FDD; }
a { background-color: rgb(246,95,221); }
div.DivClassName
{
background-color: #F65FDD;
}
.BgClassName
{
background-color: #F65FDD;
}
</style>
border-color css
<style>
span { border-color: #F65FDD; }
span { border-color: rgb(246,95,221); }
td.TdClassName
{
border-color: #F65FDD;
}
.TagClassName
{
border-color: #F65FDD;
}
</style>