Shades of Violet #F780ED
Tints of Violet #F780ED
RGB
CMYK
RGB Variations
Color information
#F780ED (or 0xF780ED) is known color: Violet. HEX triplet: F7, 80 and ED. RGB value is (247,128,237). Sum of RGB (Red+Green+Blue) = 247+128+237=612 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.36% from 612); Green value is 128 (50.39% from 255 or 20.92% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 247 - color contains mainly: red. Hex color #F780ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F780ED is #087F12. Grayscale: #AFAFAF. Windows color (decimal): -556819 or 15565047. OLE color: 15565047.
HSL color Cylindrical-coordinate representation of color #F780ED: hue angle of 305.04º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F780ED is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 128 | 237 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.03 |
| HSL | 305.04º | 0.88% | 0.74% | - |
| HSV(B) | 305.04º | 0.48% | 0.97% | - |
| XYZ | 61.36 | 41.33 | 84.86 | - |
| YUV | 176.01 | 162.42 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 128 | 237 | 0 | 0.48 | 0.04 | 0.03 | 305.04 | 0.88 | 0.74 |
| Hex | F7 | 80 | ED | 0 | 30 | 4 | 3 | 131 | 58 | 4A |
| Octal | 367 | 200 | 355 | 0 | 60 | 4 | 3 | 461 | 130 | 112 |
| Binary | 11110111 | 10000000 | 11101101 | 0 | 110000 | 100 | 11 | 100110001 | 1011000 | 1001010 |
Color Harmonies of #F780ED
Complementary color
Monochromatic Colors of #F780ED
Black with #F780ED
Text Example
Text Example
White with #F780ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F780ED; }
p { color: rgb(247,128,237); }
H1.HeaderClassName
{
color: #F780ED;
}
.AnyTagClassName
{
color: #F780ED;
}
</style>
background-color css
<style>
a { background-color: #F780ED; }
a { background-color: rgb(247,128,237); }
div.DivClassName
{
background-color: #F780ED;
}
.BgClassName
{
background-color: #F780ED;
}
</style>
border-color css
<style>
span { border-color: #F780ED; }
span { border-color: rgb(247,128,237); }
td.TdClassName
{
border-color: #F780ED;
}
.TagClassName
{
border-color: #F780ED;
}
</style>