Html Css Color HEX #F65CE0 Free Speech Magenta
📋 copy color: '#F65CE0'red 246 ◦ green 92 ◦ blue 224
Shades of Free Speech Magenta #F65CE0
Tints of Free Speech Magenta #F65CE0
RGB
CMYK
RGB Variations
Color information
#F65CE0 (or 0xF65CE0) is known color: Free Speech Magenta. HEX triplet: F6, 5C and E0. RGB value is (246,92,224). Sum of RGB (Red+Green+Blue) = 246+92+224=562 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.77% from 562); Green value is 92 (36.33% from 255 or 16.37% from 562); Blue value is 224 (87.89% from 255 or 39.86% from 562); Max value from RGB is 246 - color contains mainly: red. Hex color #F65CE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65CE0 is #09A31F. Grayscale: #989898. Windows color (decimal): -631584 or 14703862. OLE color: 14703862.
HSL color Cylindrical-coordinate representation of color #F65CE0: hue angle of 308.57º 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 #F65CE0 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 92 | 224 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.04 |
| HSL | 308.57º | 0.9% | 0.66% | - |
| HSV(B) | 308.57º | 0.63% | 0.96% | - |
| XYZ | 55.29 | 32.63 | 73.91 | - |
| YUV | 153.09 | 168.02 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 92 | 224 | 0 | 0.63 | 0.09 | 0.04 | 308.57 | 0.9 | 0.66 |
| Hex | F6 | 5C | E0 | 0 | 3F | 9 | 4 | 135 | 5A | 42 |
| Octal | 366 | 134 | 340 | 0 | 77 | 11 | 4 | 465 | 132 | 102 |
| Binary | 11110110 | 1011100 | 11100000 | 0 | 111111 | 1001 | 100 | 100110101 | 1011010 | 1000010 |
Color Harmonies of #F65CE0
Complementary color
Monochromatic Colors of #F65CE0
Black with #F65CE0
Text Example
Text Example
White with #F65CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65CE0; }
p { color: rgb(246,92,224); }
H1.HeaderClassName
{
color: #F65CE0;
}
.AnyTagClassName
{
color: #F65CE0;
}
</style>
background-color css
<style>
a { background-color: #F65CE0; }
a { background-color: rgb(246,92,224); }
div.DivClassName
{
background-color: #F65CE0;
}
.BgClassName
{
background-color: #F65CE0;
}
</style>
border-color css
<style>
span { border-color: #F65CE0; }
span { border-color: rgb(246,92,224); }
td.TdClassName
{
border-color: #F65CE0;
}
.TagClassName
{
border-color: #F65CE0;
}
</style>