Shades of Violet #F785FB
Tints of Violet #F785FB
RGB
CMYK
RGB Variations
Color information
#F785FB (or 0xF785FB) is known color: Violet. HEX triplet: F7, 85 and FB. RGB value is (247,133,251). Sum of RGB (Red+Green+Blue) = 247+133+251=631 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.14% from 631); Green value is 133 (52.34% from 255 or 21.08% from 631); Blue value is 251 (98.44% from 255 or 39.78% from 631); Max value from RGB is 251 - color contains mainly: blue. Hex color #F785FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F785FB is #087A04. Grayscale: #B4B4B4. Windows color (decimal): -555525 or 16483831. OLE color: 16483831.
HSL color Cylindrical-coordinate representation of color #F785FB: hue angle of 297.97º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F785FB is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 133 | 251 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.02 |
| HSL | 297.97º | 0.94% | 0.75% | - |
| HSV(B) | 297.97º | 0.47% | 0.98% | - |
| XYZ | 64.16 | 43.51 | 96.28 | - |
| YUV | 180.54 | 167.77 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 133 | 251 | 0.02 | 0.47 | 0 | 0.02 | 297.97 | 0.94 | 0.75 |
| Hex | F7 | 85 | FB | 2 | 2F | 0 | 2 | 12A | 5E | 4B |
| Octal | 367 | 205 | 373 | 2 | 57 | 0 | 2 | 452 | 136 | 113 |
| Binary | 11110111 | 10000101 | 11111011 | 10 | 101111 | 0 | 10 | 100101010 | 1011110 | 1001011 |
Color Harmonies of #F785FB
Complementary color
Monochromatic Colors of #F785FB
Black with #F785FB
Text Example
Text Example
White with #F785FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F785FB; }
p { color: rgb(247,133,251); }
H1.HeaderClassName
{
color: #F785FB;
}
.AnyTagClassName
{
color: #F785FB;
}
</style>
background-color css
<style>
a { background-color: #F785FB; }
a { background-color: rgb(247,133,251); }
div.DivClassName
{
background-color: #F785FB;
}
.BgClassName
{
background-color: #F785FB;
}
</style>
border-color css
<style>
span { border-color: #F785FB; }
span { border-color: rgb(247,133,251); }
td.TdClassName
{
border-color: #F785FB;
}
.TagClassName
{
border-color: #F785FB;
}
</style>