Html Css Color HEX #F768E5 Free Speech Magenta
📋 copy color: '#F768E5'red 247 ◦ green 104 ◦ blue 229
Shades of Free Speech Magenta #F768E5
Tints of Free Speech Magenta #F768E5
RGB
CMYK
RGB Variations
Color information
#F768E5 (or 0xF768E5) is known color: Free Speech Magenta. HEX triplet: F7, 68 and E5. RGB value is (247,104,229). Sum of RGB (Red+Green+Blue) = 247+104+229=580 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.59% from 580); Green value is 104 (41.02% from 255 or 17.93% from 580); Blue value is 229 (89.84% from 255 or 39.48% from 580); Max value from RGB is 247 - color contains mainly: red. Hex color #F768E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F768E5 is #08971A. Grayscale: #A0A0A0. Windows color (decimal): -562971 or 15034615. OLE color: 15034615.
HSL color Cylindrical-coordinate representation of color #F768E5: hue angle of 307.55º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F768E5 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 104 | 229 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.03 |
| HSL | 307.55º | 0.9% | 0.69% | - |
| HSV(B) | 307.55º | 0.58% | 0.97% | - |
| XYZ | 57.45 | 35.33 | 77.92 | - |
| YUV | 161.01 | 166.38 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 104 | 229 | 0 | 0.58 | 0.07 | 0.03 | 307.55 | 0.9 | 0.69 |
| Hex | F7 | 68 | E5 | 0 | 3A | 7 | 3 | 134 | 5A | 45 |
| Octal | 367 | 150 | 345 | 0 | 72 | 7 | 3 | 464 | 132 | 105 |
| Binary | 11110111 | 1101000 | 11100101 | 0 | 111010 | 111 | 11 | 100110100 | 1011010 | 1000101 |
Color Harmonies of #F768E5
Complementary color
Monochromatic Colors of #F768E5
Black with #F768E5
Text Example
Text Example
White with #F768E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F768E5; }
p { color: rgb(247,104,229); }
H1.HeaderClassName
{
color: #F768E5;
}
.AnyTagClassName
{
color: #F768E5;
}
</style>
background-color css
<style>
a { background-color: #F768E5; }
a { background-color: rgb(247,104,229); }
div.DivClassName
{
background-color: #F768E5;
}
.BgClassName
{
background-color: #F768E5;
}
</style>
border-color css
<style>
span { border-color: #F768E5; }
span { border-color: rgb(247,104,229); }
td.TdClassName
{
border-color: #F768E5;
}
.TagClassName
{
border-color: #F768E5;
}
</style>