Shades of Violet #F78CFD
Tints of Violet #F78CFD
RGB
CMYK
RGB Variations
Color information
#F78CFD (or 0xF78CFD) is known color: Violet. HEX triplet: F7, 8C and FD. RGB value is (247,140,253). Sum of RGB (Red+Green+Blue) = 247+140+253=640 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.59% from 640); Green value is 140 (55.08% from 255 or 21.88% from 640); Blue value is 253 (99.22% from 255 or 39.53% from 640); Max value from RGB is 253 - color contains mainly: blue. Hex color #F78CFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F78CFD is #087302. Grayscale: #B8B8B8. Windows color (decimal): -553731 or 16616695. OLE color: 16616695.
HSL color Cylindrical-coordinate representation of color #F78CFD: hue angle of 296.81º 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 #F78CFD is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 140 | 253 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.01 |
| HSL | 296.81º | 0.97% | 0.77% | - |
| HSV(B) | 296.81º | 0.45% | 0.99% | - |
| XYZ | 65.47 | 45.62 | 98.28 | - |
| YUV | 184.88 | 166.45 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 140 | 253 | 0.02 | 0.45 | 0 | 0.01 | 296.81 | 0.97 | 0.77 |
| Hex | F7 | 8C | FD | 2 | 2D | 0 | 1 | 129 | 61 | 4D |
| Octal | 367 | 214 | 375 | 2 | 55 | 0 | 1 | 451 | 141 | 115 |
| Binary | 11110111 | 10001100 | 11111101 | 10 | 101101 | 0 | 1 | 100101001 | 1100001 | 1001101 |
Color Harmonies of #F78CFD
Complementary color
Monochromatic Colors of #F78CFD
Black with #F78CFD
Text Example
Text Example
White with #F78CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78CFD; }
p { color: rgb(247,140,253); }
H1.HeaderClassName
{
color: #F78CFD;
}
.AnyTagClassName
{
color: #F78CFD;
}
</style>
background-color css
<style>
a { background-color: #F78CFD; }
a { background-color: rgb(247,140,253); }
div.DivClassName
{
background-color: #F78CFD;
}
.BgClassName
{
background-color: #F78CFD;
}
</style>
border-color css
<style>
span { border-color: #F78CFD; }
span { border-color: rgb(247,140,253); }
td.TdClassName
{
border-color: #F78CFD;
}
.TagClassName
{
border-color: #F78CFD;
}
</style>