Shades of Violet #F77BED
Tints of Violet #F77BED
RGB
CMYK
RGB Variations
Color information
#F77BED (or 0xF77BED) is known color: Violet. HEX triplet: F7, 7B and ED. RGB value is (247,123,237). Sum of RGB (Red+Green+Blue) = 247+123+237=607 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.69% from 607); Green value is 123 (48.44% from 255 or 20.26% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 247 - color contains mainly: red. Hex color #F77BED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77BED is #088412. Grayscale: #ACACAC. Windows color (decimal): -558099 or 15563767. OLE color: 15563767.
HSL color Cylindrical-coordinate representation of color #F77BED: hue angle of 304.84º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F77BED is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 123 | 237 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.03 |
| HSL | 304.84º | 0.89% | 0.73% | - |
| HSV(B) | 304.84º | 0.5% | 0.97% | - |
| XYZ | 60.73 | 40.05 | 84.65 | - |
| YUV | 173.07 | 164.08 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 123 | 237 | 0 | 0.50 | 0.04 | 0.03 | 304.84 | 0.89 | 0.73 |
| Hex | F7 | 7B | ED | 0 | 32 | 4 | 3 | 131 | 59 | 49 |
| Octal | 367 | 173 | 355 | 0 | 62 | 4 | 3 | 461 | 131 | 111 |
| Binary | 11110111 | 1111011 | 11101101 | 0 | 110010 | 100 | 11 | 100110001 | 1011001 | 1001001 |
Color Harmonies of #F77BED
Complementary color
Monochromatic Colors of #F77BED
Black with #F77BED
Text Example
Text Example
White with #F77BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77BED; }
p { color: rgb(247,123,237); }
H1.HeaderClassName
{
color: #F77BED;
}
.AnyTagClassName
{
color: #F77BED;
}
</style>
background-color css
<style>
a { background-color: #F77BED; }
a { background-color: rgb(247,123,237); }
div.DivClassName
{
background-color: #F77BED;
}
.BgClassName
{
background-color: #F77BED;
}
</style>
border-color css
<style>
span { border-color: #F77BED; }
span { border-color: rgb(247,123,237); }
td.TdClassName
{
border-color: #F77BED;
}
.TagClassName
{
border-color: #F77BED;
}
</style>