Html Css Color HEX #F65CE5 Free Speech Magenta
📋 copy color: '#F65CE5'red 246 ◦ green 92 ◦ blue 229
Shades of Free Speech Magenta #F65CE5
Tints of Free Speech Magenta #F65CE5
RGB
CMYK
RGB Variations
Color information
#F65CE5 (or 0xF65CE5) is known color: Free Speech Magenta. HEX triplet: F6, 5C and E5. RGB value is (246,92,229). Sum of RGB (Red+Green+Blue) = 246+92+229=567 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.39% from 567); Green value is 92 (36.33% from 255 or 16.23% from 567); Blue value is 229 (89.84% from 255 or 40.39% from 567); Max value from RGB is 246 - color contains mainly: red. Hex color #F65CE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65CE5 is #09A31A. Grayscale: #999999. Windows color (decimal): -631579 or 15031542. OLE color: 15031542.
HSL color Cylindrical-coordinate representation of color #F65CE5: hue angle of 306.62º 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 #F65CE5 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 92 | 229 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.04 |
| HSL | 306.62º | 0.9% | 0.66% | - |
| HSV(B) | 306.62º | 0.63% | 0.96% | - |
| XYZ | 55.98 | 32.9 | 77.53 | - |
| YUV | 153.66 | 170.52 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 92 | 229 | 0 | 0.63 | 0.07 | 0.04 | 306.62 | 0.9 | 0.66 |
| Hex | F6 | 5C | E5 | 0 | 3F | 7 | 4 | 133 | 5A | 42 |
| Octal | 366 | 134 | 345 | 0 | 77 | 7 | 4 | 463 | 132 | 102 |
| Binary | 11110110 | 1011100 | 11100101 | 0 | 111111 | 111 | 100 | 100110011 | 1011010 | 1000010 |
Color Harmonies of #F65CE5
Complementary color
Monochromatic Colors of #F65CE5
Black with #F65CE5
Text Example
Text Example
White with #F65CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65CE5; }
p { color: rgb(246,92,229); }
H1.HeaderClassName
{
color: #F65CE5;
}
.AnyTagClassName
{
color: #F65CE5;
}
</style>
background-color css
<style>
a { background-color: #F65CE5; }
a { background-color: rgb(246,92,229); }
div.DivClassName
{
background-color: #F65CE5;
}
.BgClassName
{
background-color: #F65CE5;
}
</style>
border-color css
<style>
span { border-color: #F65CE5; }
span { border-color: rgb(246,92,229); }
td.TdClassName
{
border-color: #F65CE5;
}
.TagClassName
{
border-color: #F65CE5;
}
</style>