Html Css Color HEX #F65AD1 Free Speech Magenta
📋 copy color: '#F65AD1'red 246 ◦ green 90 ◦ blue 209
Shades of Free Speech Magenta #F65AD1
Tints of Free Speech Magenta #F65AD1
RGB
CMYK
RGB Variations
Color information
#F65AD1 (or 0xF65AD1) is known color: Free Speech Magenta. HEX triplet: F6, 5A and D1. RGB value is (246,90,209). Sum of RGB (Red+Green+Blue) = 246+90+209=545 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.14% from 545); Green value is 90 (35.55% from 255 or 16.51% from 545); Blue value is 209 (82.03% from 255 or 38.35% from 545); Max value from RGB is 246 - color contains mainly: red. Hex color #F65AD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65AD1 is #09A52E. Grayscale: #959595. Windows color (decimal): -632111 or 13720310. OLE color: 13720310.
HSL color Cylindrical-coordinate representation of color #F65AD1: hue angle of 314.23º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F65AD1 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 90 | 209 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.04 |
| HSL | 314.23º | 0.9% | 0.66% | - |
| HSV(B) | 314.23º | 0.63% | 0.96% | - |
| XYZ | 53.17 | 31.51 | 63.6 | - |
| YUV | 150.21 | 161.18 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 90 | 209 | 0 | 0.63 | 0.15 | 0.04 | 314.23 | 0.9 | 0.66 |
| Hex | F6 | 5A | D1 | 0 | 3F | F | 4 | 13A | 5A | 42 |
| Octal | 366 | 132 | 321 | 0 | 77 | 17 | 4 | 472 | 132 | 102 |
| Binary | 11110110 | 1011010 | 11010001 | 0 | 111111 | 1111 | 100 | 100111010 | 1011010 | 1000010 |
Color Harmonies of #F65AD1
Complementary color
Monochromatic Colors of #F65AD1
Black with #F65AD1
Text Example
Text Example
White with #F65AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65AD1; }
p { color: rgb(246,90,209); }
H1.HeaderClassName
{
color: #F65AD1;
}
.AnyTagClassName
{
color: #F65AD1;
}
</style>
background-color css
<style>
a { background-color: #F65AD1; }
a { background-color: rgb(246,90,209); }
div.DivClassName
{
background-color: #F65AD1;
}
.BgClassName
{
background-color: #F65AD1;
}
</style>
border-color css
<style>
span { border-color: #F65AD1; }
span { border-color: rgb(246,90,209); }
td.TdClassName
{
border-color: #F65AD1;
}
.TagClassName
{
border-color: #F65AD1;
}
</style>