Shades of Violet #F69FFD
Tints of Violet #F69FFD
RGB
CMYK
RGB Variations
Color information
#F69FFD (or 0xF69FFD) is known color: Violet. HEX triplet: F6, 9F and FD. RGB value is (246,159,253). Sum of RGB (Red+Green+Blue) = 246+159+253=658 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.39% from 658); Green value is 159 (62.5% from 255 or 24.16% from 658); Blue value is 253 (99.22% from 255 or 38.45% from 658); Max value from RGB is 253 - color contains mainly: blue. Hex color #F69FFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F69FFD is #096002. Grayscale: #C3C3C3. Windows color (decimal): -614403 or 16621558. OLE color: 16621558.
HSL color Cylindrical-coordinate representation of color #F69FFD: hue angle of 295.53º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F69FFD is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 159 | 253 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.01 |
| HSL | 295.53º | 0.96% | 0.81% | - |
| HSV(B) | 295.53º | 0.37% | 0.99% | - |
| XYZ | 68.13 | 51.48 | 99.27 | - |
| YUV | 195.73 | 160.32 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 159 | 253 | 0.03 | 0.37 | 0 | 0.01 | 295.53 | 0.96 | 0.81 |
| Hex | F6 | 9F | FD | 3 | 25 | 0 | 1 | 128 | 60 | 51 |
| Octal | 366 | 237 | 375 | 3 | 45 | 0 | 1 | 450 | 140 | 121 |
| Binary | 11110110 | 10011111 | 11111101 | 11 | 100101 | 0 | 1 | 100101000 | 1100000 | 1010001 |
Color Harmonies of #F69FFD
Complementary color
Monochromatic Colors of #F69FFD
Black with #F69FFD
Text Example
Text Example
White with #F69FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69FFD; }
p { color: rgb(246,159,253); }
H1.HeaderClassName
{
color: #F69FFD;
}
.AnyTagClassName
{
color: #F69FFD;
}
</style>
background-color css
<style>
a { background-color: #F69FFD; }
a { background-color: rgb(246,159,253); }
div.DivClassName
{
background-color: #F69FFD;
}
.BgClassName
{
background-color: #F69FFD;
}
</style>
border-color css
<style>
span { border-color: #F69FFD; }
span { border-color: rgb(246,159,253); }
td.TdClassName
{
border-color: #F69FFD;
}
.TagClassName
{
border-color: #F69FFD;
}
</style>