Html Css Color HEX #F765E5 Free Speech Magenta
📋 copy color: '#F765E5'red 247 ◦ green 101 ◦ blue 229
Shades of Free Speech Magenta #F765E5
Tints of Free Speech Magenta #F765E5
RGB
CMYK
RGB Variations
Color information
#F765E5 (or 0xF765E5) is known color: Free Speech Magenta. HEX triplet: F7, 65 and E5. RGB value is (247,101,229). Sum of RGB (Red+Green+Blue) = 247+101+229=577 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.81% from 577); Green value is 101 (39.84% from 255 or 17.50% from 577); Blue value is 229 (89.84% from 255 or 39.69% from 577); Max value from RGB is 247 - color contains mainly: red. Hex color #F765E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F765E5 is #089A1A. Grayscale: #9E9E9E. Windows color (decimal): -563739 or 15033847. OLE color: 15033847.
HSL color Cylindrical-coordinate representation of color #F765E5: hue angle of 307.4º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F765E5 is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 101 | 229 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.03 |
| HSL | 307.4º | 0.9% | 0.68% | - |
| HSV(B) | 307.4º | 0.59% | 0.97% | - |
| XYZ | 57.15 | 34.74 | 77.82 | - |
| YUV | 159.25 | 167.37 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 101 | 229 | 0 | 0.59 | 0.07 | 0.03 | 307.4 | 0.9 | 0.68 |
| Hex | F7 | 65 | E5 | 0 | 3B | 7 | 3 | 133 | 5A | 44 |
| Octal | 367 | 145 | 345 | 0 | 73 | 7 | 3 | 463 | 132 | 104 |
| Binary | 11110111 | 1100101 | 11100101 | 0 | 111011 | 111 | 11 | 100110011 | 1011010 | 1000100 |
Color Harmonies of #F765E5
Complementary color
Monochromatic Colors of #F765E5
Black with #F765E5
Text Example
Text Example
White with #F765E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F765E5; }
p { color: rgb(247,101,229); }
H1.HeaderClassName
{
color: #F765E5;
}
.AnyTagClassName
{
color: #F765E5;
}
</style>
background-color css
<style>
a { background-color: #F765E5; }
a { background-color: rgb(247,101,229); }
div.DivClassName
{
background-color: #F765E5;
}
.BgClassName
{
background-color: #F765E5;
}
</style>
border-color css
<style>
span { border-color: #F765E5; }
span { border-color: rgb(247,101,229); }
td.TdClassName
{
border-color: #F765E5;
}
.TagClassName
{
border-color: #F765E5;
}
</style>