Html Css Color HEX #F64ADF Free Speech Magenta
📋 copy color: '#F64ADF'red 246 ◦ green 74 ◦ blue 223
Shades of Free Speech Magenta #F64ADF
Tints of Free Speech Magenta #F64ADF
RGB
CMYK
RGB Variations
Color information
#F64ADF (or 0xF64ADF) is known color: Free Speech Magenta. HEX triplet: F6, 4A and DF. RGB value is (246,74,223). Sum of RGB (Red+Green+Blue) = 246+74+223=543 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.30% from 543); Green value is 74 (29.30% from 255 or 13.63% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 246 - color contains mainly: red. Hex color #F64ADF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F64ADF is #09B520. Grayscale: #8D8D8D. Windows color (decimal): -636193 or 14633718. OLE color: 14633718.
HSL color Cylindrical-coordinate representation of color #F64ADF: hue angle of 308.02º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F64ADF is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 74 | 223 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.04 |
| HSL | 308.02º | 0.91% | 0.63% | - |
| HSV(B) | 308.02º | 0.7% | 0.96% | - |
| XYZ | 53.77 | 29.82 | 72.73 | - |
| YUV | 142.41 | 173.48 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 74 | 223 | 0 | 0.70 | 0.09 | 0.04 | 308.02 | 0.91 | 0.63 |
| Hex | F6 | 4A | DF | 0 | 46 | 9 | 4 | 134 | 5B | 3F |
| Octal | 366 | 112 | 337 | 0 | 106 | 11 | 4 | 464 | 133 | 77 |
| Binary | 11110110 | 1001010 | 11011111 | 0 | 1000110 | 1001 | 100 | 100110100 | 1011011 | 111111 |
Color Harmonies of #F64ADF
Complementary color
Monochromatic Colors of #F64ADF
Black with #F64ADF
Text Example
Text Example
White with #F64ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64ADF; }
p { color: rgb(246,74,223); }
H1.HeaderClassName
{
color: #F64ADF;
}
.AnyTagClassName
{
color: #F64ADF;
}
</style>
background-color css
<style>
a { background-color: #F64ADF; }
a { background-color: rgb(246,74,223); }
div.DivClassName
{
background-color: #F64ADF;
}
.BgClassName
{
background-color: #F64ADF;
}
</style>
border-color css
<style>
span { border-color: #F64ADF; }
span { border-color: rgb(246,74,223); }
td.TdClassName
{
border-color: #F64ADF;
}
.TagClassName
{
border-color: #F64ADF;
}
</style>