Shades of Violet #F78BFD
Tints of Violet #F78BFD
RGB
CMYK
RGB Variations
Color information
#F78BFD (or 0xF78BFD) is known color: Violet. HEX triplet: F7, 8B and FD. RGB value is (247,139,253). Sum of RGB (Red+Green+Blue) = 247+139+253=639 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.65% from 639); Green value is 139 (54.69% from 255 or 21.75% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 253 - color contains mainly: blue. Hex color #F78BFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F78BFD is #087402. Grayscale: #B7B7B7. Windows color (decimal): -553987 or 16616439. OLE color: 16616439.
HSL color Cylindrical-coordinate representation of color #F78BFD: hue angle of 296.84º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F78BFD is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 139 | 253 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.01 |
| HSL | 296.84º | 0.97% | 0.77% | - |
| HSV(B) | 296.84º | 0.45% | 0.99% | - |
| XYZ | 65.32 | 45.33 | 98.24 | - |
| YUV | 184.29 | 166.78 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 139 | 253 | 0.02 | 0.45 | 0 | 0.01 | 296.84 | 0.97 | 0.77 |
| Hex | F7 | 8B | FD | 2 | 2D | 0 | 1 | 129 | 61 | 4D |
| Octal | 367 | 213 | 375 | 2 | 55 | 0 | 1 | 451 | 141 | 115 |
| Binary | 11110111 | 10001011 | 11111101 | 10 | 101101 | 0 | 1 | 100101001 | 1100001 | 1001101 |
Color Harmonies of #F78BFD
Complementary color
Monochromatic Colors of #F78BFD
Black with #F78BFD
Text Example
Text Example
White with #F78BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78BFD; }
p { color: rgb(247,139,253); }
H1.HeaderClassName
{
color: #F78BFD;
}
.AnyTagClassName
{
color: #F78BFD;
}
</style>
background-color css
<style>
a { background-color: #F78BFD; }
a { background-color: rgb(247,139,253); }
div.DivClassName
{
background-color: #F78BFD;
}
.BgClassName
{
background-color: #F78BFD;
}
</style>
border-color css
<style>
span { border-color: #F78BFD; }
span { border-color: rgb(247,139,253); }
td.TdClassName
{
border-color: #F78BFD;
}
.TagClassName
{
border-color: #F78BFD;
}
</style>