Shades of Violet #F785F2
Tints of Violet #F785F2
RGB
CMYK
RGB Variations
Color information
#F785F2 (or 0xF785F2) is known color: Violet. HEX triplet: F7, 85 and F2. RGB value is (247,133,242). Sum of RGB (Red+Green+Blue) = 247+133+242=622 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.71% from 622); Green value is 133 (52.34% from 255 or 21.38% from 622); Blue value is 242 (94.92% from 255 or 38.91% from 622); Max value from RGB is 247 - color contains mainly: red. Hex color #F785F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F785F2 is #087A0D. Grayscale: #B3B3B3. Windows color (decimal): -555534 or 15894007. OLE color: 15894007.
HSL color Cylindrical-coordinate representation of color #F785F2: hue angle of 302.63º 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 #F785F2 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 133 | 242 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.03 |
| HSL | 302.63º | 0.88% | 0.75% | - |
| HSV(B) | 302.63º | 0.46% | 0.97% | - |
| XYZ | 62.77 | 42.96 | 88.99 | - |
| YUV | 179.51 | 163.27 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 133 | 242 | 0 | 0.46 | 0.02 | 0.03 | 302.63 | 0.88 | 0.75 |
| Hex | F7 | 85 | F2 | 0 | 2E | 2 | 3 | 12F | 58 | 4B |
| Octal | 367 | 205 | 362 | 0 | 56 | 2 | 3 | 457 | 130 | 113 |
| Binary | 11110111 | 10000101 | 11110010 | 0 | 101110 | 10 | 11 | 100101111 | 1011000 | 1001011 |
Color Harmonies of #F785F2
Complementary color
Monochromatic Colors of #F785F2
Black with #F785F2
Text Example
Text Example
White with #F785F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F785F2; }
p { color: rgb(247,133,242); }
H1.HeaderClassName
{
color: #F785F2;
}
.AnyTagClassName
{
color: #F785F2;
}
</style>
background-color css
<style>
a { background-color: #F785F2; }
a { background-color: rgb(247,133,242); }
div.DivClassName
{
background-color: #F785F2;
}
.BgClassName
{
background-color: #F785F2;
}
</style>
border-color css
<style>
span { border-color: #F785F2; }
span { border-color: rgb(247,133,242); }
td.TdClassName
{
border-color: #F785F2;
}
.TagClassName
{
border-color: #F785F2;
}
</style>