Shades of Violet #F68CFD
Tints of Violet #F68CFD
RGB
CMYK
RGB Variations
Color information
#F68CFD (or 0xF68CFD) is known color: Violet. HEX triplet: F6, 8C and FD. RGB value is (246,140,253). Sum of RGB (Red+Green+Blue) = 246+140+253=639 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.50% from 639); Green value is 140 (55.08% from 255 or 21.91% 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 #F68CFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68CFD is #097302. Grayscale: #B8B8B8. Windows color (decimal): -619267 or 16616694. OLE color: 16616694.
HSL color Cylindrical-coordinate representation of color #F68CFD: hue angle of 296.28º 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 #F68CFD is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 140 | 253 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.01 |
| HSL | 296.28º | 0.97% | 0.77% | - |
| HSV(B) | 296.28º | 0.45% | 0.99% | - |
| XYZ | 65.11 | 45.44 | 98.27 | - |
| YUV | 184.58 | 166.62 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 140 | 253 | 0.03 | 0.45 | 0 | 0.01 | 296.28 | 0.97 | 0.77 |
| Hex | F6 | 8C | FD | 3 | 2D | 0 | 1 | 128 | 61 | 4D |
| Octal | 366 | 214 | 375 | 3 | 55 | 0 | 1 | 450 | 141 | 115 |
| Binary | 11110110 | 10001100 | 11111101 | 11 | 101101 | 0 | 1 | 100101000 | 1100001 | 1001101 |
Color Harmonies of #F68CFD
Complementary color
Monochromatic Colors of #F68CFD
Black with #F68CFD
Text Example
Text Example
White with #F68CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68CFD; }
p { color: rgb(246,140,253); }
H1.HeaderClassName
{
color: #F68CFD;
}
.AnyTagClassName
{
color: #F68CFD;
}
</style>
background-color css
<style>
a { background-color: #F68CFD; }
a { background-color: rgb(246,140,253); }
div.DivClassName
{
background-color: #F68CFD;
}
.BgClassName
{
background-color: #F68CFD;
}
</style>
border-color css
<style>
span { border-color: #F68CFD; }
span { border-color: rgb(246,140,253); }
td.TdClassName
{
border-color: #F68CFD;
}
.TagClassName
{
border-color: #F68CFD;
}
</style>