Shades of Violet #F69AFD
Tints of Violet #F69AFD
RGB
CMYK
RGB Variations
Color information
#F69AFD (or 0xF69AFD) is known color: Violet. HEX triplet: F6, 9A and FD. RGB value is (246,154,253). Sum of RGB (Red+Green+Blue) = 246+154+253=653 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.67% from 653); Green value is 154 (60.55% from 255 or 23.58% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #F69AFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F69AFD is #096502. Grayscale: #C0C0C0. Windows color (decimal): -615683 or 16620278. OLE color: 16620278.
HSL color Cylindrical-coordinate representation of color #F69AFD: hue angle of 295.76º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F69AFD is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 246 | 154 | 253 | - |
CMYK | 0.03 | 0.39 | 0 | 0.01 |
HSL | 295.76º | 0.96% | 0.8% | - |
HSV(B) | 295.76º | 0.39% | 0.99% | - |
XYZ | 67.29 | 49.8 | 98.99 | - |
YUV | 192.79 | 161.98 | 165.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 246 | 154 | 253 | 0.03 | 0.39 | 0 | 0.01 | 295.76 | 0.96 | 0.8 |
Hex | F6 | 9A | FD | 3 | 27 | 0 | 1 | 128 | 60 | 50 |
Octal | 366 | 232 | 375 | 3 | 47 | 0 | 1 | 450 | 140 | 120 |
Binary | 11110110 | 10011010 | 11111101 | 11 | 100111 | 0 | 1 | 100101000 | 1100000 | 1010000 |
Color Harmonies of #F69AFD
Complementary color
Monochromatic Colors of #F69AFD
Black with #F69AFD
Text Example
Text Example
White with #F69AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69AFD; }
p { color: rgb(246,154,253); }
H1.HeaderClassName
{
color: #F69AFD;
}
.AnyTagClassName
{
color: #F69AFD;
}
</style>
background-color css
<style>
a { background-color: #F69AFD; }
a { background-color: rgb(246,154,253); }
div.DivClassName
{
background-color: #F69AFD;
}
.BgClassName
{
background-color: #F69AFD;
}
</style>
border-color css
<style>
span { border-color: #F69AFD; }
span { border-color: rgb(246,154,253); }
td.TdClassName
{
border-color: #F69AFD;
}
.TagClassName
{
border-color: #F69AFD;
}
</style>