Shades of Violet #F785F7
Tints of Violet #F785F7
RGB
CMYK
RGB Variations
Color information
#F785F7 (or 0xF785F7) is known color: Violet. HEX triplet: F7, 85 and F7. RGB value is (247,133,247). Sum of RGB (Red+Green+Blue) = 247+133+247=627 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.39% from 627); Green value is 133 (52.34% from 255 or 21.21% from 627); Blue value is 247 (96.88% from 255 or 39.39% from 627); Max value from RGB is 247 - color contains mainly: red, blue. Hex color #F785F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F785F7 is #087A08. Grayscale: #B3B3B3. Windows color (decimal): -555529 or 16221687. OLE color: 16221687.
HSL color Cylindrical-coordinate representation of color #F785F7: hue angle of 300º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F785F7 is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 133 | 247 | - |
| CMYK | 0 | 0.46 | 0 | 0.03 |
| HSL | 300º | 0.88% | 0.75% | - |
| HSV(B) | 300º | 0.46% | 0.97% | - |
| XYZ | 63.53 | 43.26 | 93 | - |
| YUV | 180.08 | 165.77 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 133 | 247 | 0 | 0.46 | 0 | 0.03 | 300 | 0.88 | 0.75 |
| Hex | F7 | 85 | F7 | 0 | 2E | 0 | 3 | 12C | 58 | 4B |
| Octal | 367 | 205 | 367 | 0 | 56 | 0 | 3 | 454 | 130 | 113 |
| Binary | 11110111 | 10000101 | 11110111 | 0 | 101110 | 0 | 11 | 100101100 | 1011000 | 1001011 |
Color Harmonies of #F785F7
Complementary color
Monochromatic Colors of #F785F7
Black with #F785F7
Text Example
Text Example
White with #F785F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F785F7; }
p { color: rgb(247,133,247); }
H1.HeaderClassName
{
color: #F785F7;
}
.AnyTagClassName
{
color: #F785F7;
}
</style>
background-color css
<style>
a { background-color: #F785F7; }
a { background-color: rgb(247,133,247); }
div.DivClassName
{
background-color: #F785F7;
}
.BgClassName
{
background-color: #F785F7;
}
</style>
border-color css
<style>
span { border-color: #F785F7; }
span { border-color: rgb(247,133,247); }
td.TdClassName
{
border-color: #F785F7;
}
.TagClassName
{
border-color: #F785F7;
}
</style>