Shades of Violet #F69CFA
Tints of Violet #F69CFA
RGB
CMYK
RGB Variations
Color information
#F69CFA (or 0xF69CFA) is known color: Violet. HEX triplet: F6, 9C and FA. RGB value is (246,156,250). Sum of RGB (Red+Green+Blue) = 246+156+250=652 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.73% from 652); Green value is 156 (61.33% from 255 or 23.93% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #F69CFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F69CFA is #096305. Grayscale: #C1C1C1. Windows color (decimal): -615174 or 16424182. OLE color: 16424182.
HSL color Cylindrical-coordinate representation of color #F69CFA: hue angle of 297.45º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F69CFA is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 156 | 250 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.02 |
| HSL | 297.45º | 0.9% | 0.8% | - |
| HSV(B) | 297.45º | 0.38% | 0.98% | - |
| XYZ | 67.15 | 50.27 | 96.61 | - |
| YUV | 193.63 | 159.82 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 156 | 250 | 0.02 | 0.38 | 0 | 0.02 | 297.45 | 0.9 | 0.8 |
| Hex | F6 | 9C | FA | 2 | 26 | 0 | 2 | 129 | 5A | 50 |
| Octal | 366 | 234 | 372 | 2 | 46 | 0 | 2 | 451 | 132 | 120 |
| Binary | 11110110 | 10011100 | 11111010 | 10 | 100110 | 0 | 10 | 100101001 | 1011010 | 1010000 |
Color Harmonies of #F69CFA
Complementary color
Monochromatic Colors of #F69CFA
Black with #F69CFA
Text Example
Text Example
White with #F69CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69CFA; }
p { color: rgb(246,156,250); }
H1.HeaderClassName
{
color: #F69CFA;
}
.AnyTagClassName
{
color: #F69CFA;
}
</style>
background-color css
<style>
a { background-color: #F69CFA; }
a { background-color: rgb(246,156,250); }
div.DivClassName
{
background-color: #F69CFA;
}
.BgClassName
{
background-color: #F69CFA;
}
</style>
border-color css
<style>
span { border-color: #F69CFA; }
span { border-color: rgb(246,156,250); }
td.TdClassName
{
border-color: #F69CFA;
}
.TagClassName
{
border-color: #F69CFA;
}
</style>