Html Css Color HEX #F766E4 Free Speech Magenta
📋 copy color: '#F766E4'red 247 ◦ green 102 ◦ blue 228
Shades of Free Speech Magenta #F766E4
Tints of Free Speech Magenta #F766E4
RGB
CMYK
RGB Variations
Color information
#F766E4 (or 0xF766E4) is known color: Free Speech Magenta. HEX triplet: F7, 66 and E4. RGB value is (247,102,228). Sum of RGB (Red+Green+Blue) = 247+102+228=577 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.81% from 577); Green value is 102 (40.23% from 255 or 17.68% from 577); Blue value is 228 (89.45% from 255 or 39.51% from 577); Max value from RGB is 247 - color contains mainly: red. Hex color #F766E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F766E4 is #08991B. Grayscale: #9F9F9F. Windows color (decimal): -563484 or 14968567. OLE color: 14968567.
HSL color Cylindrical-coordinate representation of color #F766E4: hue angle of 307.86º 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 #F766E4 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 102 | 228 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.03 |
| HSL | 307.86º | 0.9% | 0.68% | - |
| HSV(B) | 307.86º | 0.59% | 0.97% | - |
| XYZ | 57.11 | 34.88 | 77.12 | - |
| YUV | 159.72 | 166.54 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 102 | 228 | 0 | 0.59 | 0.08 | 0.03 | 307.86 | 0.9 | 0.68 |
| Hex | F7 | 66 | E4 | 0 | 3B | 8 | 3 | 134 | 5A | 44 |
| Octal | 367 | 146 | 344 | 0 | 73 | 10 | 3 | 464 | 132 | 104 |
| Binary | 11110111 | 1100110 | 11100100 | 0 | 111011 | 1000 | 11 | 100110100 | 1011010 | 1000100 |
Color Harmonies of #F766E4
Complementary color
Monochromatic Colors of #F766E4
Black with #F766E4
Text Example
Text Example
White with #F766E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F766E4; }
p { color: rgb(247,102,228); }
H1.HeaderClassName
{
color: #F766E4;
}
.AnyTagClassName
{
color: #F766E4;
}
</style>
background-color css
<style>
a { background-color: #F766E4; }
a { background-color: rgb(247,102,228); }
div.DivClassName
{
background-color: #F766E4;
}
.BgClassName
{
background-color: #F766E4;
}
</style>
border-color css
<style>
span { border-color: #F766E4; }
span { border-color: rgb(247,102,228); }
td.TdClassName
{
border-color: #F766E4;
}
.TagClassName
{
border-color: #F766E4;
}
</style>