Shades of Violet #F690FD
Tints of Violet #F690FD
RGB
CMYK
RGB Variations
Color information
#F690FD (or 0xF690FD) is known color: Violet. HEX triplet: F6, 90 and FD. RGB value is (246,144,253). Sum of RGB (Red+Green+Blue) = 246+144+253=643 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.26% from 643); Green value is 144 (56.64% from 255 or 22.40% from 643); Blue value is 253 (99.22% from 255 or 39.35% from 643); Max value from RGB is 253 - color contains mainly: blue. Hex color #F690FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F690FD is #096F02. Grayscale: #BABABA. Windows color (decimal): -618243 or 16617718. OLE color: 16617718.
HSL color Cylindrical-coordinate representation of color #F690FD: hue angle of 296.15º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F690FD is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 144 | 253 | - |
| CMYK | 0.03 | 0.43 | 0 | 0.01 |
| HSL | 296.15º | 0.96% | 0.78% | - |
| HSV(B) | 296.15º | 0.43% | 0.99% | - |
| XYZ | 65.71 | 46.63 | 98.47 | - |
| YUV | 186.92 | 165.29 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 144 | 253 | 0.03 | 0.43 | 0 | 0.01 | 296.15 | 0.96 | 0.78 |
| Hex | F6 | 90 | FD | 3 | 2B | 0 | 1 | 128 | 60 | 4E |
| Octal | 366 | 220 | 375 | 3 | 53 | 0 | 1 | 450 | 140 | 116 |
| Binary | 11110110 | 10010000 | 11111101 | 11 | 101011 | 0 | 1 | 100101000 | 1100000 | 1001110 |
Color Harmonies of #F690FD
Complementary color
Monochromatic Colors of #F690FD
Black with #F690FD
Text Example
Text Example
White with #F690FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F690FD; }
p { color: rgb(246,144,253); }
H1.HeaderClassName
{
color: #F690FD;
}
.AnyTagClassName
{
color: #F690FD;
}
</style>
background-color css
<style>
a { background-color: #F690FD; }
a { background-color: rgb(246,144,253); }
div.DivClassName
{
background-color: #F690FD;
}
.BgClassName
{
background-color: #F690FD;
}
</style>
border-color css
<style>
span { border-color: #F690FD; }
span { border-color: rgb(246,144,253); }
td.TdClassName
{
border-color: #F690FD;
}
.TagClassName
{
border-color: #F690FD;
}
</style>